revert(Maven Verify) Do not Compile test in maven test does not work
This commit is contained in:
parent
67148e2437
commit
069133fd92
@ -14,7 +14,7 @@
|
|||||||
image: $MAVEN_IMAGE
|
image: $MAVEN_IMAGE
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- mvn $MAVEN_CLI_OPTS compiler:testCompile surefire:test
|
- mvn $MAVEN_CLI_OPTS 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 compiler:testCompile failsafe:integration-test
|
- mvn $MAVEN_CLI_OPTS failsafe:integration-test
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
reports:
|
reports:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user