From 12af38174135a95528cd2ce8bb3e5446fda8964a Mon Sep 17 00:00:00 2001 From: FASER Reco <faserrec@lxplus909.cern.ch> Date: Sun, 26 Jan 2025 20:37:33 +0100 Subject: [PATCH] Still trying to fix CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a0db842..30ff0b25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build_image: tags: - k8s-cvmfs script: - - yum -y install man uuid-devel libuuid libuuid-devel mesa-libGL-devel libXpm-devel + - yum -y install man which uuid-devel libuuid libuuid-devel mesa-libGL-devel libXpm-devel # --disablerepo=epel redhat-lsb redhat-lsb-core man - mkdir build - cd build -- GitLab