10 lines
136 B
YAML
10 lines
136 B
YAML
image: azul/zulu-openjdk:8-latest
|
|
|
|
stages:
|
|
- test
|
|
|
|
unit-test-padlock-impl:
|
|
stage: test
|
|
script:
|
|
- ./gradlew :padlock-impl:test
|