From 6e510d3ea797492b3410760d7c744eabebdb7b48 Mon Sep 17 00:00:00 2001
From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr>
Date: Wed, 7 Feb 2024 11:24:49 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bdb6b58..9cac550 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,8 @@ workflow:
   stage: build
   script:
     # Install prerequisite for git-gui and gitk
-    - sudo yum -y --disablerepo=epel install tcl-devel tk-devel
+    - sudo echo "proxy=" >> /etc/yum.conf
+    - sudo yum -y install tcl-devel tk-devel
     # Install recent version of python required to build meson that is a requirement for building chain of git
     - curl -s -L -o python.zip https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/python3/-/jobs/artifacts/${PYTHON_VERSION}/download?job=${PLATFORM}
     - unzip -q python.zip
-- 
GitLab