From d9da5eae10336d374f7cc63cb14bc2c166ce5b7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jannes=20L=C3=BCcht?= <jannes.luecht@stud.h-da.de>
Date: Thu, 5 Dec 2024 14:23:46 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 052825c..6a84624 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,13 +5,6 @@ stages:
 build:
   stage: build
   image: node:20
-  before_script:
-        - whoami
-        - pwd
-        - locate npm
-        - echo ${PATH}
-        - which npm
-        - ls -lh $(which npm)
   script:
     - npm ci
     - npm run build
-- 
GitLab