Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-13 06:09:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-13 06:09:42 +0300
commit01ff651394ec2df7df5ed0282c96fb8133980cb9 (patch)
treee4b0b3b6200fed4d08c356daedda5017d5fe3eb1 /doc/user
parentcdf9ef52fe13899be29068992a9858f8b0e72457 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user')
-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"