summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-05-03 14:41:09 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-05-03 14:41:09 +0200
commita42dd2e1ce8f3c33478a102138f1360c8b63de1d (patch)
tree505dc8d3a56a34d0aa4a5d12a4b9c9b3849a5b66
parentf6596f1e792c3679751b3258c51296b437b22a14 (diff)
downloadgitlab-ce-docs/move-api-lint-to-docs-link-job.tar.gz
Rename docs test job to be more descriptivedocs/move-api-lint-to-docs-link-job
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0aaed15b27d..7f665f19132 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -269,7 +269,10 @@ static-analysis:
script:
- scripts/static-analysis
-docs:check:links:
+# Documentation checks:
+# - Check validity of relative links
+# - Make sure cURL examples in API docs use the full switches
+docs lint:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:nanoc-bootstrap-ruby-2.4-alpine"
stage: test
<<: *dedicated-runner