Update .gitlab-ci.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user