From c191082abf2f4cc72aea2510bcfa8e15b59a32cd Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Thu, 10 Jun 2021 14:39:36 -0500 Subject: [PATCH] fix: Add git manually in before_script --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47969672..e82a7988 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,8 +35,10 @@ build_image_for_commit: - deps/ services: - name: docker:20.10-dind - script: + before_script: + - apk add git - script/ci-docker-prebuild + script: - script/ci-docker-build # If tests pass, tag the commit and update package versions