Uwev2/.gitlab-ci.yml
2017-11-08 14:09:54 +01:00

17 lines
198 B
YAML

image: node:latest
stages:
- build
cache:
paths:
- node_modules/
- dist/
install_dependencies:
stage: build
script:
- npm install
artifacts:
paths:
- node_modules/