From 0883def7602bafb9d5710efaab504e4b336a8b5c Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Mon, 6 May 2019 15:01:09 +0200 Subject: [PATCH] CI: enable CI traces --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31f3d73385..6aac48e9c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ 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 -- GitLab