From 310c9c269b9189d34a735a82325a3408db6936ac Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Fri, 5 Jan 2024 15:12:49 +0100
Subject: [PATCH] Update pipeline config with new JDK Docker image

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f1952d..18b80e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: openjdk:23-jdk
+image: eclipse-temurin:17.0.9_9-jdk-jammy
 stages:
   - build
   - test
@@ -25,6 +25,7 @@ cache:
     - .m2/repository/
 
 before_script:
+  - apt-get update && apt-get install -y git
   - git config --global user.name "${GITLAB_USER_NAME}"
   - git config --global user.email "${GITLAB_USER_EMAIL}"
   - echo "Get common settings"
-- 
GitLab