Skip to content

Commit

Permalink
fix .gitlab-ci.yml according to new coverage html output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Dec 6, 2024
1 parent 7e41e50 commit 9e115c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pages:
- make html
- cd ${CI_PROJECT_DIR}
- mv ${CI_PROJECT_DIR}/doc/build/html/ public
- mv coverage_html public/coverage
- mv htmlcov public/coverage
artifacts:
paths:
- public
Expand Down

0 comments on commit 9e115c2

Please sign in to comment.