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:
Diffstat (limited to '.gitlab/ci/test.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/test.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index fe2ab189..100c9c82 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -51,6 +51,18 @@ check_index_html:
- exit $(cat output.txt | wc -l)
#
+# Check for identical duplicate entries in global navigation
+#
+
+check_global_nav_entries:
+ extends:
+ - .rules_site_tests
+ needs: []
+ stage: test
+ script:
+ - make check-global-navigation
+
+#
# Run rspec tests
#
rspec: