image: node stages: - lint - test eslint: stage: lint script: - npm install - npm run lint jest: stage: test script: - npm install - npm test