Update .gitlab-ci.yml

This commit is contained in:
Ceren Ugurlu
2019-03-17 18:46:17 +00:00
parent b0e2ad2903
commit 8a4134c52b

View File

@@ -25,8 +25,17 @@ build:
- 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: