From c7db2b90d96368ae44c74bf929f1238b5685ac36 Mon Sep 17 00:00:00 2001
From: Olivier Le Monnier <olivier.lemonnier@unicaen.fr>
Date: Fri, 27 Apr 2018 11:24:03 +0200
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53c1750..4695b39 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,4 +3,7 @@ stages:
 
 repo-update:
   stage: update-repo-directory
-  script: ssh root@10.14.129.37 "cd /var/www/html/packagist/satis && php bin/satis build --verbose unicaen.json /var/www/html/packagist/"
+  script:
+    - http_proxy=http://10.14.128.99:3128 apt -qq update
+    - http_proxy=http://10.14.128.99:3128 apt -y install openssh-client
+    - ssh root@10.14.129.37 "cd /var/www/html/packagist/satis && php bin/satis build --verbose unicaen.json /var/www/html/packagist/"
-- 
GitLab