diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6c99aa83c92c42881fa2807cf93fb1bb0f329beb..ad6e676d4f35c17b6c68f5e2b3996d3686b63767 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,9 @@
 default:
   before_script:
-    - set -ex
+    - set -e
     # env -0 | sort -z | tr '\0' '\n': Sort env output alphabetically, keeping multiline variables intact
     # egrep: Remove sensitive information from the output of env
-    - env -0 | sort -z | tr '\0' '\n' | egrep -ve '^(DOCKER_AUTH_CONFIG|GOOGLE_APPLICATION_CREDENTIALS)=.*'
+    #- env -0 | sort -z | tr '\0' '\n' | egrep -ve '^(DOCKER_AUTH_CONFIG|GOOGLE_APPLICATION_CREDENTIALS)=.*'
   interruptible: true
   tags:
     - 1cpu-4gb