summaryrefslogtreecommitdiff
path: root/doc/user/project
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-13 03:09:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-13 03:09:42 +0000
commit01ff651394ec2df7df5ed0282c96fb8133980cb9 (patch)
treee4b0b3b6200fed4d08c356daedda5017d5fe3eb1 /doc/user/project
parentcdf9ef52fe13899be29068992a9858f8b0e72457 (diff)
downloadgitlab-ce-01ff651394ec2df7df5ed0282c96fb8133980cb9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project')
-rw-r--r--doc/user/project/merge_requests/accessibility_testing.md3
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"