Skip to content
Snippets Groups Projects
Commit 975aed3a authored by Clement Frainay's avatar Clement Frainay
Browse files

Update .gitlab-ci.yml

parent dc67a689
No related branches found
No related tags found
No related merge requests found
Pipeline #31878 canceled
......@@ -12,14 +12,14 @@ cache:
build:
stage: build
script:
- mvn install
- mvn $MAVEN_CLI_OPTS install
test:
stage: test
script:
- mvn test
- mvn $MAVEN_CLI_OPTS test
verify:
stage: test
script:
- mvn verify
- mvn $MAVEN_CLI_OPTS verify
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment