diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04fbc958d5044dad753cdec8002f65f4597f59e2..2ae194b680d817ca3019aa804e53d8ae09e62384 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*