fix(Maven verify) Compile test bevor execute them
This commit is contained in:
parent
22b574dc95
commit
67148e2437
@ -14,7 +14,7 @@
|
||||
image: $MAVEN_IMAGE
|
||||
stage: test
|
||||
script:
|
||||
- mvn $MAVEN_CLI_OPTS surefire:test
|
||||
- mvn $MAVEN_CLI_OPTS compiler:testCompile surefire:test
|
||||
artifacts:
|
||||
expire_in: 2 weeks
|
||||
reports:
|
||||
@ -25,7 +25,7 @@
|
||||
image: $MAVEN_IMAGE
|
||||
stage: test
|
||||
script:
|
||||
- mvn $MAVEN_CLI_OPTS failsafe:integration-test
|
||||
- mvn $MAVEN_CLI_OPTS compiler:testCompile failsafe:integration-test
|
||||
artifacts:
|
||||
expire_in: 2 weeks
|
||||
reports:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user