From 932d8d92be792457c950831327a3ae1497eecf30 Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Wed, 7 Aug 2024 13:57:34 +0200
Subject: [PATCH] update gitlab CI (replace deprecated docker image)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8de0e95..7e8f233 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,13 +5,13 @@ stages:
     - deploy
 
 test:
-    image: openjdk:21
+    image: eclipse-temurin:21-jammy
     stage: test
     script:
         - ./gradlew --continue --console=plain --info verifyPlugin
 
 jar:
-    image: openjdk:21
+    image: eclipse-temurin:21-jammy
     stage: jar
     script:
         - ./gradlew --continue --console=plain --info buildPlugin
-- 
GitLab