diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efdfd8b588efa108b87fa633582bb8efcf6f4a5a..02ce29a559feb54b84dcf7966d1c31dd8a835084 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -282,11 +282,7 @@ tests-and-coverage: stage: "Unit Tests" needs: [] image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12.6 - before_script: - - pip install -e .[tests] script: - - env - - pip list - mkdir -p ~/.config/matplotlib - echo "backend:template" > ~/.config/matplotlib/matplotlibrc - mkdir public