From 1731495f486e08c4fd06278e56d97d993206a82c Mon Sep 17 00:00:00 2001
From: Bing Gong <b.gong@fz-juelich.de>
Date: Tue, 23 Jun 2020 16:09:53 +0200
Subject: [PATCH] comment dependence to address the issue later

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 95c56d7e..58c3da92 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,8 +30,8 @@ Preprocessing:
     stage: build
     script: 
         - echo "Building-preprocessing"
-    dependencies:        
-        - build:DataExtraction
+          #dependencies:        
+          #- build:DataExtraction
 
    
 Training:
-- 
GitLab