diff --git a/.gitlab-ci/container/gitlab-ci.yml b/.gitlab-ci/container/gitlab-ci.yml index 24faa9a7dd4..d2d888c64ba 100644 --- a/.gitlab-ci/container/gitlab-ci.yml +++ b/.gitlab-ci/container/gitlab-ci.yml @@ -347,9 +347,12 @@ alpine/x86_64_build: variables: MESA_IMAGE_TAG: &alpine-x86_64_build ${ALPINE_X86_64_BUILD_TAG} rules: + # Note: the next three lines must remain in that order, so that the rules + # in `linkcheck-docs` catch nightly pipelines before the rules in `pages` + # exclude them. + - !reference [linkcheck-docs, rules] - !reference [pages, rules] - !reference [test-docs, rules] - - !reference [linkcheck-docs, rules] - !reference [.container, rules] .use-alpine/x86_64_build: