Update .gitlab-ci.yml

This commit is contained in:
Bossanyi Tibor 2020-05-08 09:48:25 +00:00
parent 41b3407fd3
commit 8c7e94aa5a

View File

@ -28,6 +28,9 @@ cache:
build:
stage: build
image: openjdk:latest docker:dint
services:
- docker:dint
script:
- docker run openjdk:latest
- ./gradlew assemble