fix(Build) Also build Test in build script
This commit is contained in:
parent
e254de144b
commit
5bb66a1647
@ -2,7 +2,7 @@
|
|||||||
stage: build
|
stage: build
|
||||||
image: $MAVEN_IMAGE
|
image: $MAVEN_IMAGE
|
||||||
script:
|
script:
|
||||||
- mvn $MAVEN_CLI_OPTS package -DskipTests
|
- mvn $MAVEN_CLI_OPTS package compiler:testCompile -DskipTests
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
when: always
|
when: always
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user