gitlab-ci: Use the same name as for check-commits

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
dev
Marius Vlad 3 years ago
parent 15a552b671
commit 43ec334c77
  1. 2
      .gitlab-ci.yml

@ -92,7 +92,7 @@ check-commit:
- when: never - when: never
script: script:
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml - ci-fairy check-commits --signed-off-by --junit-xml=results.xml
- ci-fairy check-merge-request --require-allow-collaboration --junit-xml=result.xml - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=results.xml
variables: variables:
GIT_DEPTH: 100 GIT_DEPTH: 100
artifacts: artifacts:

Loading…
Cancel
Save