CI: Fix pages deploy

It depends on the gcovr job to create the html report
This commit is contained in:
Jordan Petridis 2018-12-10 12:21:58 +00:00
parent 6720009d26
commit 5868b7a54f

View file

@ -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