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: build:
stage: build stage: build
script: script:
- mvn $MAVEN_CLI_OPTS clean install -Dmaven.test.skip=true - mvn $MAVEN_CLI_OPTS clean install
tags:
- OracleJDK1.8
test:
stage: test
script:
- mvn $MAVEN_CLI_OPTS test
tags: tags:
- OracleJDK1.8 - OracleJDK1.8