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

Update .gitlab-ci.yml: Use image "gradle/jdk8" to build

parent 9e352206
No related branches found
No related tags found
1 merge request!1Fixing CI
Pipeline #2340 failed
......@@ -4,6 +4,7 @@ stages:
- report
build:
image: gradle/jdk8
stage: build
script:
- ./gradlew --console=plain assemble
......@@ -11,6 +12,7 @@ build:
when: on_success
test:
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