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:
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-lint-html3
2 files changed, 4 insertions, 3 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
diff --git a/dockerfiles/Dockerfile.gitlab-docs-lint-html b/dockerfiles/Dockerfile.gitlab-docs-lint-html
index eaa9b75d..ee86c7de 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-lint-html
+++ b/dockerfiles/Dockerfile.gitlab-docs-lint-html
@@ -21,13 +21,14 @@ RUN apk add --no-cache -U \
curl \
git \
gnupg \
- gzip \
grep \
+ gzip \
libcurl \
libxslt \
libxslt-dev \
nodejs \
openssl \
+ parallel \
ruby-dev \
tar \
xz \