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:
authorMarcel Amirault <mamirault@gitlab.com>2022-06-17 07:54:05 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-06-17 07:54:05 +0300
commitc80efc23b0f7c8b91d038cb8d2a3920b2aa6b282 (patch)
treed9cd5cab4bafef079ca0aab1642e20b84bcda017
parent18679dbcb0ace64a6341e01c2bc5d540347475ce (diff)
Test links without bundle installtest-tests-without-bundle-install
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c602e6f2..8bfa85c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,12 @@ default:
- bundle config set --local deployment true # Install dependencies into ./vendor/ruby
- bundle install --jobs 4
+.alternative_default:
+ before_script:
+ - ruby -v
+ - gem -v
+ - bundle -v
+
.yarn:
before_script:
- yarn install --cache-folder .yarn-cache
@@ -243,6 +249,7 @@ test_internal_links_and_anchors:
extends:
- .rules_site_tests
- .cache_gem
+ - .alternative_default
stage: test
script:
# Only check files in top-level directories. This means a much faster and less repetitive check of global navigation links.