diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5e249aa1e467d66cafddd853158e135cd94e0bf..aeded1c8d507c7198eac969c545fec33d68d58d5 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"