From 01ff651394ec2df7df5ed0282c96fb8133980cb9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 13 Apr 2020 03:09:42 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/user/project/merge_requests/accessibility_testing.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/user') diff --git a/doc/user/project/merge_requests/accessibility_testing.md b/doc/user/project/merge_requests/accessibility_testing.md index bfd62b77314..755bf0447e3 100644 --- a/doc/user/project/merge_requests/accessibility_testing.md +++ b/doc/user/project/merge_requests/accessibility_testing.md @@ -31,6 +31,9 @@ included with your GitLab installation, as shown below. Add the following to your `.gitlab-ci.yml` file: ```yaml +stages: + - accessibility + variables: a11y_urls: "https://about.gitlab.com https://gitlab.com/users/sign_in" -- cgit v1.2.3