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

Fix coverage-report deploy

parent d0e43823
Branches
Tags
1 merge request!399Fix coverage-report deploy
......@@ -343,7 +343,7 @@ pages:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
# extends: .every-commit
stage: deploy
needs: ["build-documentation"]
needs: ["tests-and-coverage", "build-documentation"]
script:
- ls -l
- 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