diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4169060..d859b00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,18 +81,3 @@ check-commits: reports: junit: results.xml allow_failure: true - -# -# Verify that the merge request has the allow-collaboration checkbox ticked -# -check-merge-request: - extends: - - .fdo.ci-fairy - stage: test - script: - - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=results.xml - artifacts: - when: on_failure - reports: - junit: results.xml - allow_failure: true