From 5b3bea4f7dcdbf7f4c2c5c2e3e7c015ca614e9cb Mon Sep 17 00:00:00 2001 From: FASER Reco <faserrec@lxplus909.cern.ch> Date: Sun, 26 Jan 2025 20:27:06 +0100 Subject: [PATCH] Still trying to fix CI --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 359a353d..c48aa081 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,8 @@ build_image: tags: - k8s-cvmfs script: - - yum -y --disablerepo=epel install redhat-lsb redhat-lsb-core man uuid-devel libuuid libuuid-devel mesa-libGL-devel libXpm-devel + - yum -y install uuid-devel libuuid libuuid-devel mesa-libGL-devel libXpm-devel + # --disablerepo=epel redhat-lsb redhat-lsb-core man - mkdir build - cd build - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh; set -e -- GitLab