diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3b78d9c79abd732ea0c1274611fa8ec054e9455..61ee97e7595b6a43126a02b6ecd9dac7dae1b3b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,9 +8,7 @@ build:
     - env | sort
     - id
     # ngx_http_voms_module build
-    - wget https://baltig.infn.it/storm2/storm2-docker/blob/2-script-build-execution/ngx-voms-build/assets/build-install-ngx-voms.sh
-    #- ${HOME}/build-install-ngx-voms.sh
-    - ./build-install-ngx-voms.sh
+    - /bin/bash ${HOME}/build-install-ngx-voms.sh
     #- cd ./openresty-1.x.y
     #- ./configure ${resty_config_options} --add-module=../ngx_http_voms_module
     #- make && make install