From 66734fed60b8d95646656c4fb21c95efd31a623f Mon Sep 17 00:00:00 2001 From: k204230 <bergemann@dkrz.de> Date: Tue, 21 Jun 2022 14:53:46 +0200 Subject: [PATCH] Fix pipeline --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f4ff3f..0ff48e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,8 +63,9 @@ test_latest: - coverage_report - report.xml pages: - << : *py_test stage: report + tags: + - conda before_script: - conda create -c conda-forge -q -p /tmp/test python=3.10 pip dask -y - /tmp/test/bin/python -m pip install -e .[test] -- GitLab