summaryrefslogtreecommitdiff
path: root/qa/README.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-22 11:56:14 +0000
committerRémy Coutable <remy@rymai.me>2019-08-22 11:56:14 +0000
commitd936e8644c0e6c46fdc0123baa325a3607617757 (patch)
tree70bde725fdab9abcdf1ffe9f1b9c16abee964062 /qa/README.md
parente84f5a673e254c1e7084821a6d7c6ba919679aa5 (diff)
downloadgitlab-ce-d936e8644c0e6c46fdc0123baa325a3607617757.tar.gz
Add docs exceptions to two pipeline jobs
Diffstat (limited to 'qa/README.md')
-rw-r--r--qa/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/README.md b/qa/README.md
index 97555f8d0c2..27e11c04b3e 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -30,7 +30,7 @@ and corresponding views / partials / selectors in CE / EE.
Whenever `qa:selectors` job fails in your merge request, you are supposed to
fix [page objects](../doc/development/testing_guide/end_to_end/page_objects.md). You should also trigger end-to-end tests
-using `package-and-qa` manual action, to test if everything works fine.
+using `package-and-qa-manual` manual action, to test if everything works fine.
## How can I use it?