From aefeadb528d2d9f22aac39b66df895f7c38498fc 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 12:17:38 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c05af2..246619d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,8 @@ 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 expect - - ./auto_script_wolf +# - ./auto_script_wolf + - ./install_wolf.sh -a -f y -c y -d . -w . .script_test_template: &script_test_definition - cd wolf/wolf -- GitLab