.gitlab-ci.yml openjdk

This commit is contained in:
Bossanyi Tibor 2020-05-08 08:02:37 +00:00
parent db97d427f6
commit 8688f08b81

View File

@ -1,5 +1,4 @@
image: java:8-jdk image: openjdk:latest
image: docker:latest
services: services:
- mysql:latest - mysql:latest
@ -28,7 +27,6 @@ cache:
build: build:
stage: build stage: build
script: script:
# set JAVA_HOME
- ./gradlew assemble - ./gradlew assemble
artifacts: artifacts:
paths: paths: