peer-calls/.gitlab-ci.yml
2018-06-04 16:39:41 -04:00

10 lines
99 B
YAML

stages:
- test
test:
image: node:8
stage: test
script:
- npm install
- npm run ci