Skip to content
Snippets Groups Projects
Commit d2366ca4 authored by Elisabetta Ronchieri's avatar Elisabetta Ronchieri
Browse files

added pages

parent ac4ac122
No related branches found
No related tags found
1 merge request!6Issue 9
Pipeline #
......@@ -5,6 +5,7 @@ image: joda70/ngx-voms-build:latest
stages:
- build
- test
- deploy
build:
stage: build
......@@ -45,7 +46,18 @@ testc:
- mv local ${HOME}
- sh test-ngx-voms.sh
- sh cov-ngx-voms.sh
- mv cov publish
- mv cov coverage
artifacts:
paths:
- publish
- coverage
pages:
stage: deploy
dependencies:
- testc
script:
- mv coverage/ public/
artifacts:
paths:
- public
expire_in: 30 days
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