From 85ef1891aa773ed346c962fbb568a4fa4910ba96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Thu, 30 Mar 2017 22:11:29 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 864a32b4..6df7ed09 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ test-centos7:
   stage: test
   script:
   - yum install -y epel-release
-  - yum install install -y python35-pip python35-devel
+  - yum install install -y python34-pip python34-devel
   - cd ippisite
   - pip3 install -r requirements.txt
   - python3 manage.py test
\ No newline at end of file
-- 
GitLab