diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aba604b7c8..3757a7fc4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -617,6 +617,16 @@ ci-variables: reports: dotenv: ci_vars.env +ci-orphaned-anchors: + <<: *precheck_job + script: + - git clone --depth 1 https://gitlab.isc.org/isc-projects/bind9-qa.git + - bind9-qa/ci-orphaned-anchors/check-orphaned-anchors-ci.py .gitlab-ci.yml + needs: [] + rules: + - changes: + - .gitlab-ci.yml + clang-format: <<: *precheck_job needs: []