From 99ec84414ecb816028a834b095170e44319a8925 Mon Sep 17 00:00:00 2001
From: Hanna  JULIENNE <hanna.julienne@pasteur.fr>
Date: Thu, 3 Dec 2020 10:42:46 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b77bc85..87b5638 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,8 @@ image: centos:centos7
 pages:
   script:
     - yum install -y epel-release wget
-    - wget https://centos7.iuscommunity.org/ius-release.rpm
-    - rpm -Uvh ius-release*.rpm
+    - wget https://repo.ius.io/ius-release-el7.rpm
+    - rpm -Uvh ius-release-*.rpm
     - yum provides python3.5
     - yum install -y python35u python35u-libs python35u-devel python35u-pip
     - pip3.5 install -U pip
-- 
GitLab