From b03a8eb6e1c5b4faa2c4b6cef1afa7a5436bff1a Mon Sep 17 00:00:00 2001
From: "Sigmund, Dominik" <dominik.sigmund@br.de>
Date: Wed, 14 Feb 2024 14:05:21 +0000
Subject: [PATCH] Update file .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a77e14..c6e659a 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ build:
   stage: build
   script:
     - npm audit
-    - npm install --legacy-peer-deps†gi
+    - npm install --legacy-peer-deps
     - npm run build
 
 #test:
-- 
GitLab