summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2018-12-10 12:21:58 +0000
committerJordan Petridis <jpetridis@gnome.org>2018-12-10 12:21:58 +0000
commit5868b7a54f00098c089e92e5d980b1efade98649 (patch)
treee6489c97c2369a88382efd24e28ea5d7c67d1bca /.gitlab-ci.yml
parent6720009d2628eff4aa7c702e96391d9f918b7afe (diff)
downloadnautilus-5868b7a54f00098c089e92e5d980b1efade98649.tar.gz
CI: Fix pages deploy
It depends on the gcovr job to create the html report
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40ac02b75..3fa81795e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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