mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
CI: Fix pages deploy
It depends on the gcovr job to create the html report
This commit is contained in:
parent
6720009d26
commit
5868b7a54f
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ flatpak gtk4:
|
|||
|
||||
pages:
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- 'flatpak devel'
|
||||
script:
|
||||
- mkdir public
|
||||
- mv _build/coverage.html ${CI_PROJECT_DIR}/public/index.html
|
||||
|
|
Loading…
Reference in a new issue