From 62936f34352754c879bd4e5cfef281b2a67ddee6 Mon Sep 17 00:00:00 2001
From: PRUVOST Florent <florent.pruvost@inria.fr>
Date: Thu, 15 Dec 2016 10:09:11 +0100
Subject: [PATCH] Test config ci: need to try ssh access to gitlab from the
 runner

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 464c5c753..5aec521a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,3 @@
-
 stages:
   - build
   - test
@@ -6,6 +5,7 @@ stages:
 build:
   stage: build
   script:
+    - ssh -vvv git@gitlab.inria.fr
     - git submodule init
     - git submodule update
     - mkdir build
-- 
GitLab