From af2cc0ed489e49f5bc4c124299ea9ff4204e4114 Mon Sep 17 00:00:00 2001
From: Andreas <andreksv@ntnu.no>
Date: Thu, 18 Apr 2024 09:39:45 +0200
Subject: [PATCH] test/Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 234ee7d..319bb78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,6 @@ cache:
 install_dependencies:
   stage: install_dependencies
   script:
-    - apk add --no-cache git # For instances where installations require git
     - npm ci --prefer-offline  # --prefer-offline to make it prefer using locally cached packages rather than downloading
 
 lint:
-- 
GitLab