From 6049a88c370b4a99001b69f1f281cdff8c8413aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Tue, 5 Apr 2022 09:23:06 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b156a4..d509f65 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ unit-test-job:   # This job runs in the test stage.
   script:
     - echo "Running unit tests..."
     - apt-get -y update
-    - apt-get -y install python3
+    - apt-get -y install python3 git
     - source ansible/bin/activate
     - ansible-galaxy install -r requirements.yml
     - ansible-playbook site.yml -b -l localhost
-- 
GitLab