From ebf1e5061f124098916d5079907da761e6378cc6 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 11 May 2018 14:14:25 +0200 Subject: [PATCH] Do we need EPEL anyway? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddba967..e064cc4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: centos:centos7 before_script: - - yum install -y -t https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm + #- yum install -y -t https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm - yum -y -t install python34 python34-pip python34-devel unzip mysql-devel gcc git - pip3 install virtualenv --upgrade - virtualenv -p python3 /tmp/.virtualenv