Skip to content
Snippets Groups Projects
Commit f59d5c13 authored by René Schöne's avatar René Schöne
Browse files

Update .gitlab-ci.yml: "jdk8" is a tag.

parent 16d662d4
No related branches found
No related tags found
1 merge request!1Fixing CI
Pipeline #2343 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment