From 47050e73dc21600fdc1cec4d1917787de5ecb68c Mon Sep 17 00:00:00 2001
From: "Behrisch, M. (Michael)" <m.behrisch@uu.nl>
Date: Thu, 15 Dec 2022 12:51:57 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57d87d75f..692ad0934 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,9 +6,6 @@ stages:
   - dockerize
 
 
-before_script:
-- apk add --update git
-
 install-dependencies:
   stage: setup
   interruptible: true
@@ -44,6 +41,7 @@ test:
   stage: test
   extends: .distributed
   script:
+    - apk add --update git
     - yarn nx affected --base=HEAD~1 --target=test --parallel --max-parallel=4
 
 build:
-- 
GitLab