image: node:latest

cache:
  paths:
  - node_modules/

test_log:
  script:
   - npm install
   - npm test
