From 0ed662b78fa82691aad2295d9d0fcf35cd3a1308 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu>
Date: Thu, 20 Jan 2022 14:38:34 +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 8f702f6..341bc8d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,7 @@ stages:          # List of stages for jobs, and their order of execution
 
 ############ YAML ANCHORS ############
 .script_install_template: &script_install_definition
+  - gcc -v
   - apt-get update -y && apt-get install -y expect
 #  - ./auto_script_wolf
   - ./install_wolf.sh -a -f y -c y -d . -w .
-- 
GitLab