diff --git a/maven-verify-template.gitlab-ci.yml b/maven-verify-template.gitlab-ci.yml index 64490d1..9ba5b19 100644 --- a/maven-verify-template.gitlab-ci.yml +++ b/maven-verify-template.gitlab-ci.yml @@ -14,7 +14,7 @@ image: $MAVEN_IMAGE stage: test script: - - mvn $MAVEN_CLI_OPTS compiler:testCompile surefire:test + - mvn $MAVEN_CLI_OPTS surefire:test artifacts: expire_in: 2 weeks reports: @@ -25,7 +25,7 @@ image: $MAVEN_IMAGE stage: test script: - - mvn $MAVEN_CLI_OPTS compiler:testCompile failsafe:integration-test + - mvn $MAVEN_CLI_OPTS failsafe:integration-test artifacts: expire_in: 2 weeks reports: