From a42dd2e1ce8f3c33478a102138f1360c8b63de1d Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 3 May 2017 14:41:09 +0200 Subject: Rename docs test job to be more descriptive --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1