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>2023-03-10 12:55:04 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-03-10 14:40:17 +0300
commitf89970f0b2d911952ed8d952135e288a9482fd62 (patch)
treefb8fad3551c6f807ee789cf0801d3d70a83b4881
parenta40f5d06de05592c68186d54ca6f40503a2e8974 (diff)
Add the .bundle extend to the navigation test
We already had a .bundle job that we could use in `extends` instead of the `bundle install` in the script.
-rw-r--r--.gitlab/ci/test.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index afbc2dde..89600960 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -41,10 +41,10 @@ check_duplicate_redirects:
check_global_nav_entries:
extends:
- .rules_site_tests
+ - .bundle
needs: []
stage: test
script:
- - bundle install
- make check-global-navigation
#