summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-24 05:46:12 +0000
committerEvan Read <eread@gitlab.com>2019-07-24 05:46:12 +0000
commitd1061450d0912031a50a9468a08124bc79c5b937 (patch)
tree8e5481e87ccc39e88dc25ebf8fcb3b602d054b59
parentbb12052d326e1e593f3be7c05f9c6b54f307cea3 (diff)
downloadgitlab-ce-20190708_CI_Docspage_Edits.tar.gz
Apply suggestion to doc/ci/pipelines.md20190708_CI_Docspage_Edits
-rw-r--r--doc/ci/pipelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md
index 60a78bb269d..42b3ae6fa6e 100644
--- a/doc/ci/pipelines.md
+++ b/doc/ci/pipelines.md
@@ -17,7 +17,7 @@ Pipelines are the top-level component of continuous integration, delivery, and d
Pipelines comprise:
-Jobs that define what to run. For example, code compilation or test runs, such as [automated security testing](https://about.gitlab.com/resources/whitepaper-seismic-shift-application-security/).
+- Jobs that define what to run. For example, code compilation or test runs.
- Stages that define when and how to run. For example, that tests run only after code compilation.
Multiple jobs in the same stage are executed by [Runners](runners/README.md) in parallel, if there are enough concurrent [Runners](runners/README.md).