[nautilus/csoriano-master-patch-43647] CI: Fix coverage in pages



commit e558bc699e2765ac27f88a0581fe3e2d3d8f3973
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Tue Oct 9 16:54:05 2018 +0000

    CI: Fix coverage in pages
    
    Wrong path for the html file...

 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e22eb2f80..2c8ce9d60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -212,9 +212,10 @@ pages:
   stage: deploy
   script:
     - mkdir public
-    - mv _build/coverage.html ${CI_PROJECT_DIR}/public/coverage/index.html
+    - mv _build/coverage.html ${CI_PROJECT_DIR}/public/index.html
   artifacts:
     paths:
       - public
+
   only:
-    - master
+    - master
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]