diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f4ff3f2bdec844988d06cc6c6cdbeac4a3f0370..0ff48e53c353e7c078ce612e776f1fe3c0a90f5e 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]