From 2d6a57989a8bff9f496b7b99c4f97409058d7a70 Mon Sep 17 00:00:00 2001
From: Johannes Frenzel <johannes.frenzel@gmail.com>
Date: Thu, 3 Apr 2025 09:47:15 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dae53a29..5d6858a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ services:
   - redis:6
 
 variables:
-#  CI_DEBUG_TRACE: "true"
+  CI_DEBUG_TRACE: "true"
   POSTGRES_DB: 'hyrax_test'
   POSTGRES_DB_TEST: 'hyrax_test'
   POSTGRES_USER: 'postgres'
-- 
GitLab