From 706f8ae32b009a676ff805534c4bbfadd7bf48c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu>
Date: Wed, 19 Jan 2022 17:49:02 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 757213f..4e20de6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ stages:          # List of stages for jobs, and their order of execution
   - apt-get update -y
   - apt-get install expect -y
   - apt-get install lsb-core -y
+  - apt-get install git -y
   - ./auto_script_wolf
 
 
-- 
GitLab