From 7511aeb1e8d9cc1d30699c27c98b2a211a2d306a Mon Sep 17 00:00:00 2001 From: Carlos Roman Date: Mon, 13 Apr 2026 15:52:47 +0100 Subject: [PATCH] fix(ci): Updated CI with correct Docker image for releases --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e858b743..f68d0441 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ run_unit_tests: tags: - "docker-in-docker:amd64" - image: &jdk-image eclipse-temurin:8u452-b09-jdk + image: &jdk-image $REGISTRY/images/mirror/eclipse-temurin:8-jdk script: - ./mvnw -Dhttps.protocols=TLSv1.2 -Dcheckstyle.skip=true -Dtests.log_level=info -Djdk.attach.allowAttachSelf=true -B test