elstat/.gitlab-ci.yml

10 lines
155 B
YAML
Raw Permalink Normal View History

2018-07-22 19:35:15 +00:00
image: node:10-slim
frontend_test:
before_script:
- cd priv/frontend
- cp config.example.json config.json
- npm ci
script:
- npm test