Update .gitlab-ci.yml

This commit is contained in:
Charitha Goonetilleke 2019-01-26 05:44:17 +00:00
parent d842671be0
commit 7b527a9fba

View File

@ -10,13 +10,6 @@ cache:
build:
stage: build
script:
- mvn $MAVEN_CLI_OPTS clean install -Dmaven.test.skip=true
tags:
- OracleJDK1.8
test:
stage: test
script:
- mvn $MAVEN_CLI_OPTS test
- mvn $MAVEN_CLI_OPTS clean install
tags:
- OracleJDK1.8