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