From ee287b669c74d839325a7aaca9906528cd8c7b65 Mon Sep 17 00:00:00 2001
From: "gawen.ackerman" <gawen.ackermann@etu.hesge.ch>
Date: Wed, 20 Dec 2023 10:53:03 +0100
Subject: [PATCH] 1053

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7cf760..6d88eba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ default:
   # Commmon to all stages -- needed because the image's storage is not persistent across them
   before_script:
     # uncomment for debugging. Watch out! It *will* expose any secret passed from an unprotected variable.
-    # - export
+    - export
     - apk -U add git openssh-client rsync
     - mkdir -p -m 0700 ~/.ssh
     - touch ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts
-- 
GitLab