image: node:latest stages: - test test: stage: test script: npm install && npm run test artifacts: paths: - node_modules/