Add testrunner to gitlab ci file

This commit is contained in:
Oliver Rümpelein 2021-03-06 21:30:15 +01:00
parent 1a947a430f
commit 0b7b103e03
1 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,16 @@ build:
- build
- .gradle
test:
stage: test
script: gradle --build-cache test
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
paths:
- build
- .gradle
artifact:
stage: deploy
script: gradle publish