From aabe4f740a3b508e3d42780680ab728476dea787 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Wed, 17 Feb 2021 20:18:49 -0500
Subject: [PATCH] git is not installed there either, but at least we have root

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eceeb319..0c530962 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ find-files-commit:
   stage: build
   image: debian:stable-slim
   script:
+    - apt update && apt install -yy --no-install-recommends git
     - echo "commit SHA $CI_COMMIT_SHA"
     - echo "working on files..."
     - git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | tee changed-files.txt
-- 
GitLab