diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3722e4cbdbae9b242a2e2d582677673ea4893e0c..fe30ad2442de8001bc9b77dae8e4b863bbe609b5 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