diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f3afb9347fc98b6f939d901d82970e03cb31035..2813118ce951d8018aaf3f82811b6f9deb4853b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - report build: - image: gradle/jdk8 + image: gradle:jdk8 stage: build script: - ./gradlew --console=plain assemble @@ -12,7 +12,7 @@ build: when: on_success test: - image: gradle/jdk8 + image: gradle:jdk8 stage: test script: - ./gradlew --continue --console=plain test jacocoTestReport