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.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index caa8d707..8b326966 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -234,8 +234,8 @@ test_internal_links_and_anchors:
- .cache_gem
stage: test
script:
- - bundle exec nanoc check internal_links
- - bundle exec nanoc check internal_anchors
+ - apk add parallel
+ - "parallel time bundle exec nanoc check ::: internal_links internal_anchors"
#
# Run rspec tests