peer-calls/.gitlab-ci.yml

10 lines
100 B
YAML

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