cache: paths: - node_modules/ before_script: - npm install --registry=https://registry.npmjs.org/ stages: - lint lint: stage: lint script: - npm run lint