From f8c3d3824df01d70653ffc29ea54d520f7d85b68 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 1 Jun 2023 08:47:18 +0200 Subject: [PATCH] ; * test/infra/gitlab-ci.yml (variables): Enable CI_DEBUG_TRACE. --- test/infra/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index b5b3e6823c7..213176bef70 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -58,7 +58,7 @@ variables: # across multiple builds. BUILD_TAG: ${CI_COMMIT_REF_SLUG} # Disable if you don't need it, it can be a security risk. - # CI_DEBUG_TRACE: "true" + CI_DEBUG_TRACE: "true" default: image: docker:19.03.12 -- 2.39.5