Update .gitlab-ci.yml

merge-requests/5/head
Charitha Goonetilleke 6 years ago
parent d842671be0
commit 7b527a9fba

@ -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
Loading…
Cancel
Save