Commit 49241c5f authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: use latest version of tbc-check (generates GitLab code quality report)

parent daf31569
Loading
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -250,7 +250,15 @@ tbc-check:
    entrypoint: [""]
  stage: build
  script:
    - tbc-check .
    - tbc-check --output tbc-check.gitlab.json .
  rules:
    - exists:
      - kicker.json
  artifacts:
    name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
    expire_in: 1 day
    when: always
    reports:
      codequality: tbc-check.gitlab.json
    paths:
      - tbc-check.gitlab.json