diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 234ee7dde0d88ac42b42df5a9c969199dc62878a..319bb78381879812212ba3740ebb694994de61e7 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: