From 339e7174d7160b7a0065516b3c119cf5e0b04eab Mon Sep 17 00:00:00 2001 From: Ivan Sinkarenko <ivan.sinkarenko@cern.ch> Date: Mon, 25 Nov 2024 14:42:43 +0100 Subject: [PATCH] Replace CC7 images with EL9 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40a8cfb..ff65faa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,14 +16,14 @@ variables: dev_tests_py37_openjdk11_jpype1p4: extends: - .dev_test_base - image: registry.cern.ch/acc/acc-py_cc7_openjdk11_ci:2020.11 + image: registry.cern.ch/acc/acc-py_el9_openjdk11_ci:2020.11 variables: JPYPE_VN: "==1.4.*" dev_tests_py39_openjdk11_jpype1p4: extends: - .dev_test_base - image: registry.cern.ch/acc/acc-py_cc7_openjdk11_ci:2021.12 + image: registry.cern.ch/acc/acc-py_el9_openjdk11_ci:2021.12 variables: JPYPE_VN: "==1.4.*" -- GitLab