From c8d84daf43e65053046e69a13bc9e751544d5584 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Fri, 18 May 2018 13:45:29 +1000
Subject: [PATCH] Second attempt to fix coverage badge

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4de9177e7..dd5fbb4e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,11 +27,11 @@ exitcode-jessie:
     - coverage run -a test/waveform_generator_tests.py
     - coverage run -a test/noise_realisation_tests.py
     - coverage html --include=tupak/*
-    - coverage-badge -o coverage.svg -f
+    - coverage-badge -o coverage_badge.svg -f
   artifacts:
     paths:
       - htmlcov/
-      - coverage.svg
+      - coverage_badge.svg
 
 pages:
   stage: deploy
@@ -39,7 +39,7 @@ pages:
     - exitcode-jessie
   script:
     - mv htmlcov/ public/
-    - mv coverage.svg public/
+    - mv /builds/Monash/tupak/coverage_badge.svg public/
   artifacts:
     paths:
       - public
-- 
GitLab