This commit is contained in:
Stepan Usatiuk
2023-12-30 22:58:54 +01:00
parent fb744a34cb
commit 22e5f08d97

View File

@@ -6,7 +6,7 @@ test:
stage: test stage: test
image: ${CI_REGISTRY}/bi-ido/bi-ido-registry/maven:3.8.6-openjdk-18 image: ${CI_REGISTRY}/bi-ido/bi-ido-registry/maven:3.8.6-openjdk-18
script: script:
- ./server/gradlew test - cd server && ./gradlew test
container: container:
stage: build stage: build