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

feilsok

parent 66e11205
Branches
No related tags found
No related merge requests found
...@@ -18,9 +18,17 @@ run_tests: ...@@ -18,9 +18,17 @@ run_tests:
stage: test stage: test
script: script:
- npm test - npm test
- mkdir .public artifacts:
- cp -r coverage/* .public paths:
- mv .public public - coverage/
# Publish coverage report on gitlab-pages
pages:
stage: deploy
dependencies:
- run_tests
script:
- mv coverage/ public/
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment