From 6b908187f83dfb2f624c598561e03389981927c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Thu, 21 Sep 2017 21:58:16 +0200
Subject: [PATCH] install wget to be able to use ius release

otherwise, python35 isn't available.

Former-commit-id: 511827ca3ef06aea25788ec11e4bfcf776c1803d
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c24605a..a3da587b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ deploy-webserver:
     - mkdir -p ~/.ssh
     - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
   script:
-    - yum install -y epel-release
+    - yum install -y epel-release wget
     - yum install -y gcc
     - wget https://centos7.iuscommunity.org/ius-release.rpm
     - rpm -Uvh ius-release*.rpm
-- 
GitLab