From 8aa8a5d857712adfff338ba5c701d35007f50175 Mon Sep 17 00:00:00 2001
From: PRUVOST Florent <florent.pruvost@inria.fr>
Date: Thu, 15 Dec 2016 10:32:18 +0100
Subject: [PATCH] Update .gitlab-ci.yml: try to connect to gitlab, add
 ssh-agent

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4b6ceae57..eb23fbfbe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ stages:
 build:
   stage: build
   script:
+    - ssh-agent
     - ssh-add
     - ssh -vvv git@gitlab.inria.fr
     - git submodule init
-- 
GitLab