summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-12-11 15:08:54 +0100
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-11 15:08:54 +0100
commit6d90b01ed0ea1e9ccbdf3347de1a3d4b8cf187ae (patch)
treefc29e726cd8969e556d5f41b51f94932c5dc0549
parentfcf6ac169bf11e8dccb7e771826a596d17df4fd3 (diff)
downloadgitlab-ce-docs/test-new-lint.tar.gz
Add test image to test docs linksdocs/test-new-lint
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7d07c857bc..27882db8551 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -542,7 +542,7 @@ static-analysis:
docs lint:
<<: *dedicated-runner
<<: *except-qa
- image: "registry.gitlab.com/gitlab-com/gitlab-docs:lint"
+ image: "registry.gitlab.com/gitlab-com/gitlab-docs/test/docs:lint"
stage: test
cache: {}
dependencies: []