image: node:latest

cache:
  paths:
    - node_modules/

before_script:
  - npm install

test:
  script:
    npm test
