From 102430ceba33585a34c1e115921f7c44d2c848a7 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Mon, 6 May 2019 15:24:33 +0200
Subject: [PATCH] CI: change traces

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6aac48e9c9..5506188c14 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,6 @@ variables:
   GIT_CHECKOUT: "false"
   # The fetch strategy fails with LFS and GitLab
   GIT_STRATEGY: "clone"
-  CI_DEBUG_TRACE: "true"
 
 before_script:
   # Provision efficiently the local LFS cache before checkout
@@ -86,7 +85,7 @@ 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
-    - ls -al ~/
+    - ls -al "/root"
     - cat ~/.ssh/known_hosts
     - ssh -vvv -T git@gitlab.orfeo-toolbox.org
   after_script:
-- 
GitLab