site-websocket-broadcaster/.gitlab-ci.yml

11 lines
147 B
YAML
Raw Normal View History

image: node:latest
cache:
paths:
- node_modules/
test_async:
script:
- npm install
- node ./specs/start.js ./specs/async.spec.js