Update .gitlab-ci.yml
This commit is contained in:
@@ -25,8 +25,17 @@ build:
|
|||||||
- build
|
- build
|
||||||
- .gradle
|
- .gradle
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
stage: test
|
||||||
|
script: gradle test
|
||||||
|
cache:
|
||||||
|
key: "$CI_COMMIT_REF_NAME"
|
||||||
|
policy: pull
|
||||||
|
paths:
|
||||||
|
- build
|
||||||
|
- .gradle
|
||||||
|
|
||||||
|
checkstyle:
|
||||||
stage: test
|
stage: test
|
||||||
script: gradle check
|
script: gradle check
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
Reference in New Issue
Block a user