From 6cc06aca96a03fc1aba66dda86eafacce45b4ca6 Mon Sep 17 00:00:00 2001
From: Florian Dobener <florian.dobener@physik.hu-berlin.de>
Date: Tue, 2 Jan 2024 14:00:36 +0000
Subject: [PATCH] Test for mpes-jupyter removed

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04fbc95..2ae194b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -132,15 +132,3 @@ test:
     - if: $TEST == null
       when: never
     - when: on_success
-
-test mpes-jupyter:
-  stage: test
-  image: ${CI_REGISTRY_IMAGE}/mpes-jupyter:${DOCKER_TAG}
-  cache:
-    key: mpes
-    paths:
-      - docker/mpes/example/MoTe2.h5
-  script:
-    - pip install pytest nbmake
-    - wget -nc https://zenodo.org/records/7573825/files/MoTe2.h5?download=1 -O docker/mpes/example/MoTe2.h5 || true
-    - pytest --nbmake --nbmake-timeout=3600 docker/mpes/example/E1*
-- 
GitLab