From 0edf73891e7bac961c2b38a0e3ba2fc3fd2f3fea Mon Sep 17 00:00:00 2001
From: Ole Langbehn <ole.langbehn@inoio.de>
Date: Wed, 5 Feb 2025 16:38:15 +0100
Subject: [PATCH] chore: fix security issue HOLI-10962 HOLI-10963

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d600e88..8092207 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ stages:
 
 default:
   before_script:
-    - set -eux
+    - set -eu
     - env
   interruptible: true
   tags:
-- 
GitLab