From 7ff8e8936bb6180ae7c0ddaa36a430a63ba77b1a Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Thu, 17 Oct 2024 12:27:24 +0200 Subject: [PATCH] fix testsuite CI task --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbaa0e6..3fcd180 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,8 @@ testsuite: stage: "Tests" image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full needs: [] + tags: + - docker before_script: - pip install "git+https://i10git.cs.fau.de/pycodegen/pystencils.git@v2.0-dev" - pip install -e . -- GitLab