diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b77bc85e2ef9bb1b4fc5784872889665ab787c93..87b56385c412b87a46876c97c230ecc531d7cfa6 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