From 613dbb73fcbf8b02ca071c10546095598d741eb2 Mon Sep 17 00:00:00 2001
From: Bing Gong <b.gong@fz-juelich.de>
Date: Tue, 23 Jun 2020 11:08:41 +0200
Subject: [PATCH] update gitlab-ci.yml

---
 .gitlab-ci.yml | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5e249aa..aeded1c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,15 +6,24 @@ stages:
 
 Loading:
     tags: 
-     - linux
+     - era5
     stage: build
     script: 
         - echo "dataset testing"
+        - cd /data_era5/2017
+        - ls -ls
 
 
+EnvSetup:
+   tags:
+      - era5
+   stage: build
+   script:
+       - echo "EnvSetup"
+
 Preprocessing:
     tags: 
-     - linux
+     - era5
     stage: build
     script: 
         - echo "Building-preprocessing"
@@ -22,14 +31,14 @@ Preprocessing:
 
 Training:
     tags: 
-     - linux
+     - era5
     stage: build
     script: 
         - echo "Building-Training"
 
 test:
     tags: 
-     - linux
+     - era5
     stage: build
     script:
         - echo "model testing"
@@ -44,7 +53,7 @@ test:
 
 coverage:
     tags:
-     - linux
+     - era5
     stage: test
     variables:
         FAILURE_THRESHOLD: 50
@@ -81,7 +90,7 @@ job2:
     #         - documents
 deploy:
     tags:
-        - linux
+        - era5
     stage: deploy
     script:
         - echo "deploy stage"
-- 
GitLab