image: node:8 stages: - lint before_script: - npm install lint: stage: lint script: - npm run lint