Update .gitlab-ci.yml

This commit is contained in:
Milan Harindu 2018-10-03 03:25:00 +00:00
parent 7247cd3977
commit 3aabeed65f

View File

@ -18,4 +18,4 @@ cache:
build: build:
stage: build stage: build
script: script:
- 'mvn $MAVEN_CLI_OPTS test-compile' - 'mvn $MAVEN_CLI_OPTS clean install'