Update .gitlab-ci.yml

This commit is contained in:
Ceren Ugurlu
2019-03-17 19:13:47 +00:00
parent 8a4134c52b
commit 8524bb2e89

View File

@@ -26,16 +26,6 @@ build:
- .gradle
test:
stage: test
script: gradle test
cache:
key: "$CI_COMMIT_REF_NAME"
policy: pull
paths:
- build
- .gradle
checkstyle:
stage: test
script: gradle check
cache:
@@ -44,4 +34,4 @@ checkstyle:
paths:
- build
- .gradle