The image is for running rubocop, rubocop is installed in /app/ in case you need to customize the install before usage. The image is based on ruby:2.5.3-alpine3.8
rubocop:
stage: linting
image: registry.gitlab.com/pipeline-components/rubocop:latest
script:
- rubocop -P -E .