diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-07 22:41:41 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-07 22:41:41 -0600 |
commit | 269974f16e187d3001a5ee01f7bc20944deb3085 (patch) | |
tree | ca75002b06426252cabe492002abdea5d1abaadc | |
parent | 5e47511d61947e52ac25915ea63103ea77ba480d (diff) | |
download | horizon-269974f16e187d3001a5ee01f7bc20944deb3085.tar.gz horizon-269974f16e187d3001a5ee01f7bc20944deb3085.tar.bz2 horizon-269974f16e187d3001a5ee01f7bc20944deb3085.tar.xz horizon-269974f16e187d3001a5ee01f7bc20944deb3085.zip |
CI: Add coverage as a dependency of pages deploy
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 517b965..3953d37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,6 +55,7 @@ pages: stage: deploy dependencies: - test + - coverage script: - mkdir public - mv build/cov_html public/coverage |