Skip to content
Snippets Groups Projects
Commit 8cc2213d authored by Frederik Hennig's avatar Frederik Hennig Committed by Markus Holzer
Browse files

Fix coverage-report deploy

parent 03e825ce
No related merge requests found
...@@ -265,7 +265,7 @@ build-documentation: ...@@ -265,7 +265,7 @@ build-documentation:
pages: pages:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
stage: deploy stage: deploy
needs: ["build-documentation"] needs: ["tests-and-coverage", "build-documentation"]
script: script:
- ls -l - ls -l
- mv coverage_report html_doc - mv coverage_report html_doc
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment