image: node:wheezy job1: stage: test script: - npm install - npm test - npm run report