Skip to content
Snippets Groups Projects
Commit c95f05d3 authored by nilstes's avatar nilstes
Browse files

fikset publish coverage to pages

parent 63c9782f
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,12 @@ test: ...@@ -9,9 +9,12 @@ test:
pages: pages:
stage: deploy stage: deploy
script:
- mkdir .public
- cp -r coverage/* .public
- mv .public public
artifacts: artifacts:
paths: paths:
- coverage - public
expire_in: 30 days
only: only:
- master - master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment