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: ...@@ -291,7 +291,7 @@ typecheck:
path: coverage.xml path: coverage.xml
junit: report.xml junit: report.xml
testsuite-gpu-py3.10: "testsuite-gpu-py3.10":
extends: .testsuite-base extends: .testsuite-base
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12.6 image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12.6
script: script:
...@@ -304,7 +304,7 @@ testsuite-gpu-py3.10: ...@@ -304,7 +304,7 @@ testsuite-gpu-py3.10:
- cuda11 - cuda11
- AVX - AVX
testsuite-cpu-py3.13: "testsuite-cpu-py3.13":
extends: .testsuite-base extends: .testsuite-base
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine
script: script:
...@@ -333,7 +333,7 @@ build-documentation: ...@@ -333,7 +333,7 @@ build-documentation:
pages: pages:
image: alpine:latest image: alpine:latest
stage: deploy stage: deploy
needs: ["tests-and-coverage", "build-documentation"] needs: ["testsuite-gpu-py3.10", "build-documentation"]
script: script:
- mv docs/build/html public - mv docs/build/html public
- mv coverage_report public/coverage_report - 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