Update .gitlab-ci.yml file
This commit is contained in:
parent
06665d3c1d
commit
33e04d22dd
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
|
Loading…
Reference in New Issue
Block a user