Skip to content
Snippets Groups Projects
Commit 18110b11 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Update .gitlab-ci.yml

parent 38955b40
No related branches found
No related tags found
1 merge request!1Master
......@@ -21,6 +21,7 @@ stages:
- build
- test
- quality
- publish
build:
stage: build
......@@ -37,3 +38,10 @@ test:
paths:
- docs/test-report.html
- docs/coverage/lcov.info
publish to local npm:
stage: publish
before_script:
- npm config set @br:registry https://it-devops-01:4873
script:
- npm publish
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment