From dc5d87fe9d45c362674690123ea61e7be7e57968 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:50:14 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 341bc8d..8f702f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,6 @@ 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