diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ccd2ad596e3660a1b9a613af328170f85ed0ece..75ff32ffcd3a6308a7561802d97709e8f9e1fa24 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,6 @@ stages:
   - build
   - publish
   - deploy
-  - test
 
 test:
   stage: test
@@ -29,7 +28,7 @@ deploy-test:
   stage: deploy
   environment: Testing
   only: 
-   - mptest && web
+   - mptest
   when: manual
   variables:
     OS_AUTH_TYPE: v3applicationcredential
@@ -40,7 +39,6 @@ deploy-test:
     FLOATING_IP: 134.94.199.220
   script:
     - echo "Starting the full testing deployment of airflows example."
-    # - sed -i 's_datacatalog.fz_zam10036.zam.kfa_g' deploy_scripts/cloudinit.yml
     - pip install python-openstackclient
     - INSTANCE_ID=`openstack server create -f value -c id --prefix IMAGE_ --flavor s2 --image 149a65b5-aeb8-499f-aaa6-ec966bd28dd6 --user-data cloudinit.yml --security-group ssh --security-group airflows --security-group www --security-group https testing-deployment`
     - while [ "`openstack server show $INSTANCE_ID -c addresses -f value`" = "{}" ]; do sleep 5; done # wait until an address is available to attach the floating ip