Update .gitlab-ci.yml file
This commit is contained in:
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
image: azul/zulu-openjdk:8-latest
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
|
unit-test-padlock-impl:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- ./gradlew :padlock-impl:test
|
Reference in New Issue
Block a user