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

feilsok

parent 66e11205
No related merge requests found
......@@ -18,9 +18,17 @@ run_tests:
stage: test
script:
- npm test
- mkdir .public
- cp -r coverage/* .public
- mv .public public
artifacts:
paths:
- coverage/
# Publish coverage report on gitlab-pages
pages:
stage: deploy
dependencies:
- run_tests
script:
- mv coverage/ public/
artifacts:
paths:
- public
......
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