image: node:9.7-alpine

before_script:
  - npm install

cache:
  paths:
    - node_modules/

test:
  script:
    - npm test
