fix(Maven verify) Compile test bevor execute them

This commit is contained in:
Marcel Feix 2021-07-19 12:17:51 +00:00
parent 22b574dc95
commit 67148e2437

View File

@ -14,7 +14,7 @@
image: $MAVEN_IMAGE image: $MAVEN_IMAGE
stage: test stage: test
script: script:
- mvn $MAVEN_CLI_OPTS surefire:test - mvn $MAVEN_CLI_OPTS compiler:testCompile surefire:test
artifacts: artifacts:
expire_in: 2 weeks expire_in: 2 weeks
reports: reports:
@ -25,7 +25,7 @@
image: $MAVEN_IMAGE image: $MAVEN_IMAGE
stage: test stage: test
script: script:
- mvn $MAVEN_CLI_OPTS failsafe:integration-test - mvn $MAVEN_CLI_OPTS compiler:testCompile failsafe:integration-test
artifacts: artifacts:
expire_in: 2 weeks expire_in: 2 weeks
reports: reports: