From 2d3f0fec2684e04647a3dfeac2ee65be8962e1ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Thu, 26 Oct 2023 13:47:20 +0200
Subject: [PATCH] Deleted hash test

---
 .gitlab-ci.yml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d69d1d..fc61f98 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,22 +70,6 @@ real-from-ideal-psp:
       - ./autosubmit/**/tmp
     expire_in: 7 days
 
-real-from-ideal-hash:
-  stage: run_tests
-  script:
-    - ./examples/01_real-from-ideal+hash.sh
-  tags:
-    - slurm.meteo.physik.lmu.de
-  variables:
-    SRUN_OPTIONS: "--time 04:00:00 --mem 18G -n 4 -c 2"
-
-  artifacts:
-    name: real-from-ideal+hash-logs
-    when: always
-    paths:
-      - ./autosubmit/**/tmp
-    expire_in: 7 days
-
 real-from-dwd-ana:
   stage: run_tests
   script:
-- 
GitLab