Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2022-11-18 10:55:40 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-11-18 10:55:40 +0300
commitefeff86fab0a97ba140c0ec808ea40314a1a98c1 (patch)
treef0cd1a3ae56c19ff0b7214e6ac1beccddd31abe0
parentc02ce7fbb80e6ddd7a0aa543799b891f00859b40 (diff)
Run global nav link test in review apps
-rw-r--r--.gitlab/ci/test.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index 446e4b4f..4c3ce4ea 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -8,7 +8,7 @@
test_global_nav_links:
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0088e238
extends:
- - .rules_site_tests
+ - .rules_global_nav_test
- .bundle
stage: test
script:
@@ -39,7 +39,7 @@ check_duplicate_redirects:
#
check_global_nav_entries:
extends:
- - .rules_global_nav_test
+ - .rules_site_tests
needs: []
stage: test
script: