Uwev2/.gitlab-ci.yml

17 lines
198 B
YAML
Raw Normal View History

2017-11-08 13:09:54 +00:00
image: node:latest
stages:
- build
cache:
paths:
- node_modules/
- dist/
install_dependencies:
stage: build
script:
- npm install
artifacts:
paths:
- node_modules/