From ec7b24f2b4d907999989c1b97cc93562aa029ecd Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Mon, 6 May 2019 14:14:43 +0200
Subject: [PATCH] CI: debug traces

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15de42af2e..2862d757d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,7 +85,8 @@ ubuntu-llvm:
     - git checkout -f -q $CI_COMMIT_SHA
     - export GIT_LFS_SKIP_SMUDGE=0
 # This is for debug, we are checking the owner of the ssh key
-    - ssh -T git@gitlab.orfeo-toolbox.org
+    - cat ~/.ssh/known_hosts
+    - ssh -vvv -T git@gitlab.orfeo-toolbox.org
   after_script:
     - echo "Nothing to do for after_script"
   artifacts:
-- 
GitLab