diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-13 03:09:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-13 03:09:42 +0000 |
commit | 01ff651394ec2df7df5ed0282c96fb8133980cb9 (patch) | |
tree | e4b0b3b6200fed4d08c356daedda5017d5fe3eb1 /doc/user | |
parent | cdf9ef52fe13899be29068992a9858f8b0e72457 (diff) | |
download | gitlab-ce-01ff651394ec2df7df5ed0282c96fb8133980cb9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/merge_requests/accessibility_testing.md | 3 |
1 files changed, 3 insertions, 0 deletions
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" |