Skip to content
Snippets Groups Projects
Commit 6870d56f authored by Frederik Hennig's avatar Frederik Hennig
Browse files

Update .gitlab-ci.yml file

parent 34be72c2
No related branches found
No related tags found
1 merge request!448Fix mutable-default bug in codegen.config with Python 3.11 and newer
Pipeline #73037 passed
......@@ -291,7 +291,7 @@ typecheck:
path: coverage.xml
junit: report.xml
testsuite-gpu-py3.10:
"testsuite-gpu-py3.10":
extends: .testsuite-base
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12.6
script:
......@@ -304,7 +304,7 @@ testsuite-gpu-py3.10:
- cuda11
- AVX
testsuite-cpu-py3.13:
"testsuite-cpu-py3.13":
extends: .testsuite-base
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine
script:
......@@ -333,7 +333,7 @@ build-documentation:
pages:
image: alpine:latest
stage: deploy
needs: ["tests-and-coverage", "build-documentation"]
needs: ["testsuite-gpu-py3.10", "build-documentation"]
script:
- mv docs/build/html public
- mv coverage_report public/coverage_report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment