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