diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c05af2d2624f88d88519ed09f456dfc0bf4de15..246619d2f46952c6b7cf3b84361dc04c2b2e66ae 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