diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13f4592f3df4ad98dc80c5256a326e1e950fe602..6c58a26bdaa7bbe4282a8683aa9578634c383051 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -286,7 +286,7 @@ mypy-typecheck: tests-and-coverage: stage: "Unit Tests" needs: [] - image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full:cuda11 + image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full:cupy12.3 before_script: - pip install -e .[tests] script: @@ -318,7 +318,7 @@ tests-and-coverage: build-documentation: - image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full:cuda11 + image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full:cupy12.3 stage: docs needs: [] before_script: