From 37d1dae86ff5d2ba0ebf60b8a0108f0aae8957ed Mon Sep 17 00:00:00 2001
From: Maria Petrova-El Sayed <m.petrova@fz-juelich.de>
Date: Fri, 27 Aug 2021 15:58:00 +0200
Subject: [PATCH] Test create the airflow test instance

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d56f6e..11c5e73 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ deploy-test:
   stage: deploy
   environment: Testing
   only: 
-   - mptest && web
+   - mptest
   variables:
     OS_AUTH_TYPE: v3applicationcredential
     OS_AUTH_URL: https://hdf-cloud.fz-juelich.de:5000
-- 
GitLab