diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea5bb1c77087880062e41287a51eafcff52981a0..ea523b5c5360274b5e82e0dee1484e80d7ae3150 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -90,7 +90,7 @@ test:
     # - swift post --auth-version $ST_AUTH_VERSION_DOWNLOAD --os-identity-api-version 3 --os-auth-url $OS_AUTH_URL_DOWNLOAD --os-username $OS_USERNAME_DOWNLOAD --os-password $OS_PASSWORD_DOWNLOAD --os-tenant-name $OS_TENANT_NAME_DOWNLOAD --os-tenant-id $OS_TENANT_ID_DOWNLOAD --os-region-name $OS_REGION_NAME_DOWNLOAD preprocessor_test
     - apk update && apk add postgresql-dev gcc python3-dev musl-dev py-pip
     - pip3 install -r requirements.txt
-    # - ./wait_for_container.sh
+    - ./wait_for_container.sh
     - docker ps
     # - docker ps -qf "name=emg-pvs_registrar"
     # - docker exec -it $(docker ps -qf "name=emg-pvs_registrar") python3 /var/www/pvs/dev/pvs_instance/manage.py id list
diff --git a/wait_for_container.sh b/wait_for_container.sh
index 0e83021322c441e32afa098d80ead0cdb6054643..7d9181db3699b79c5c6747092a66cd270e2c873f 100644
--- a/wait_for_container.sh
+++ b/wait_for_container.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-
-while [ -z $(docker ps -qf "name=vhr18-pvs_renderer")]; do
-    >&2 echo "Container is unavailable - sleeping"
-    sleep 15
-  done
\ No newline at end of file
+sleep 600;
+# while [ -z $(docker ps -qf "name=vhr18-pvs_renderer")]; do
+#     >&2 echo "Container is unavailable - sleeping"
+#     sleep 15
+#   done
\ No newline at end of file