Update .gitlab-ci.yml
This commit is contained in:
@@ -26,16 +26,6 @@ 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:
|
||||||
@@ -44,4 +34,4 @@ checkstyle:
|
|||||||
paths:
|
paths:
|
||||||
- build
|
- build
|
||||||
- .gradle
|
- .gradle
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user