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