From 30371673b34cdcc0fa3d97b8550e5499ac92d682 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 09:29:25 +0100 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 3722e4c..fe30ad2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: # List of stages for jobs, and their order of execution ############ YAML ANCHORS ############ .script_install_template: &script_install_definition - - apt-get update -y && apt-get install -y cmake build-essential vim git wget unzip expect lsb-core + - apt-get update -y && apt-get install -y expect - ./auto_script_wolf -- GitLab