Update .gitlab-ci.yml file

This commit is contained in:
Rui Hu 2024-03-13 03:26:37 +00:00
parent 06665d3c1d
commit 33e04d22dd

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
image: azul/zulu-openjdk:8-latest
stages:
- test
unit-test-padlock-impl:
stage: test
script:
- ./gradlew :padlock-impl:test