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:
authorEvan Read <eread@gitlab.com>2022-10-25 09:45:39 +0300
committerRussell Dickenson <rdickenson@gitlab.com>2022-10-25 09:45:39 +0300
commit5404027a7503d68a087c1738c67bb0607496450d (patch)
treed9b9777570efc9a60838de56f42d5096e142c817 /.gitlab/ci/test.gitlab-ci.yml
parent0088e2383226f1389df0601ff1efdd788af673d6 (diff)
Use newer base and HTML linting images
Diffstat (limited to '.gitlab/ci/test.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/test.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index b67f3fac..3c15929e 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -6,7 +6,7 @@
# Test the links in the global nav
#
test_global_nav_links:
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0bc327a4
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0088e238
extends:
- .rules_site_tests
- .bundle
@@ -144,7 +144,7 @@ test_EOL_whitespace:
- .rules_chores
- .bundle
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0bc327a4
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0088e238
needs: []
before_script: []
dependencies: []
@@ -161,7 +161,7 @@ test_unlinked_images:
- .rules_chores
- .bundle
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0bc327a4
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.16-ruby-2.7.6-0088e238
needs: []
before_script: []
dependencies: []