summaryrefslogtreecommitdiff
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-30 03:29:45 +0000
committerEvan Read <eread@gitlab.com>2019-08-30 03:29:45 +0000
commit03b152c5b9b24077f3c0b261052c93949127160f (patch)
tree768113a2eed019063b43d8c3b5cac6b81c954702 /doc/ci/yaml
parentbfdb41be61a268d52250ded1cc9d1eb15ce3a33a (diff)
downloadgitlab-ce-03b152c5b9b24077f3c0b261052c93949127160f.tar.gz
Fix broken markdown in various docs
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 7a60dedc206..38276de6791 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1989,6 +1989,7 @@ Marking a job to be run in parallel requires only a simple addition to your conf
script: rspec
+ parallel: 5
```
+
TIP: **Tip:**
Parallelize tests suites across parallel jobs.
Different languages have different tools to facilitate this.