From 2208db635ebdb9dd8239d4fcdfd417e1fb2b127c Mon Sep 17 00:00:00 2001
From: "Sigmund, Dominik" <dominik.sigmund@br.de>
Date: Wed, 14 Feb 2024 13:57:12 +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 82912a9..25b462f 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ stages:
 build:
   stage: build
   script:
-    - npm install
+    - npm install --legacy-peer-deps
     - npm run build
 
 test:
-- 
GitLab