Skip to content
Snippets Groups Projects
Commit 0984e26e authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

Use a single run for verify and site

The site goal triggers tests if run alone.
parent e7e1b075
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,7 @@ variables:
verify:
stage: verify
script:
- mvn $MAVEN_CLI_OPTS verify
- mvn $MAVEN_CLI_OPTS site
- mvn $MAVEN_CLI_OPTS verify site
- mvn $MAVEN_CLI_OPTS sonar:sonar -Dsonar.login=${SONAR_TOKEN} -Dsonar.branch.name=${CI_COMMIT_REF_NAME}
artifacts:
paths:
......
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