From 473599260dcdde4f1e4b978506c10c59043c72c9 Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Sun, 6 Mar 2022 23:09:40 +0100
Subject: [PATCH] update CI

---
 .gitlab-ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d3ee52..4531723 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,11 +6,9 @@ stages:
   - test
 
 build:
-  image: openjdk:8
+  image: openjdk:11
   stage: build
   script:
-    # see discussion in the answer of https://stackoverflow.com/questions/44911155/gradle-how-to-include-runtimeonly-dependencies-in-javaexec-classpath
-    - ./gradlew --console=plain --no-daemon relast.preprocessor:jar
     - ./gradlew --console=plain --no-daemon assemble jar
   artifacts:
     paths:
@@ -18,7 +16,7 @@ build:
 
 
 test:
-  image: openjdk:8
+  image: openjdk:11
   stage: test
   script:
     - ./gradlew --console=plain --no-daemon check
-- 
GitLab