diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed544353d02b2db5188116a71b3fcbfa1de111e4..f50cdcbe74c826c45c5425f78e7a5072bdaf6e2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,13 @@ before_script: test: script: - - npm test \ No newline at end of file + - npm test + +pages: + stage: deploy + artifacts: + paths: + - coverage + expire_in: 30 days + only: + - master \ No newline at end of file