diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7cf7607f5250c3b1f131707af5044036b8ddff6..6d88eba5132aaa9a0cc12fc646cf156e9a5bdb89 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