From 8e9ffac5036d83643c7d3be370026cd423bd56fd Mon Sep 17 00:00:00 2001 From: Jason Lenny Date: Fri, 2 Aug 2019 08:08:32 +0000 Subject: Apply suggestion to doc/ci/yaml/README.md --- doc/ci/yaml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index efbd99e0a04..853bac463e5 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1670,7 +1670,7 @@ and bring back the old behavior. The `needs:` keyword allows you to execute jobs out-of-order, allowing you to implement a [directed acyclic graph](../directed_acyclic_graph/index.md) in your `.gitlab-ci.yml`. This allows to run some jobs earlier than other ones, disregarding stage ordering -such that you can have multiple stages running concurrently. +so you can have multiple stages running concurrently. Let's consider the following example: -- cgit v1.2.1