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
|
||||
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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user