diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf0377d63db311d9c8c45202ede2588f5410ee87..400de8f5758a3b375568a64c66ced58d672ec8dc 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)=.*'
   tags:
     - 1cpu-4gb
   image: 'europe-north1-docker.pkg.dev/holi-shared/docker/holi-docker/holi-k6-builder'