revert(Maven Verify) Do not Compile test in maven test does not work

This commit is contained in:
Marcel Feix 2021-07-19 12:50:14 +00:00
parent 67148e2437
commit 069133fd92

View File

@ -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: