stages: - lint linter: image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:latest stage: lint before_script: - yarn install script: - yarn lint