Fix build issue in gitlab

revert-70aa11f8
charitha 6 years ago
parent d4005222c8
commit 59bc8db4b1

@ -7,12 +7,11 @@ variables:
cache: cache:
paths: paths:
- .m2/repository/ - .m2/repository/
- target/
build: build:
stage: build stage: build
script: script:
- mvn $MAVEN_CLI_OPTS compile - mvn $MAVEN_CLI_OPTS clean install -Dmaven.test.skip=true
test: test:
stage: test stage: test

Loading…
Cancel
Save