The image is for running tslint, tslint is installed in /app/ in case you need to customize the install before usage.
for more information on using tslint check their website
tslint:
  stage: linting
  image: registry.gitlab.com/pipeline-components/tslint:latest
  script:
    - tslint 'src/**/*.ts'