before_script: - which node - node --version - which npm - npm --version - npm install stages: - test - deploy coverage: stage: test script: - npm run test coverage: '/Statements.*?(\d+(?:\.\d+)?)%/' tags: - node - npm - angular