Merge branch 'typos_in_ci_doc' into 'master'

Fix typos in CI docs.



See merge request !3709
This commit is contained in:
Robert Schilling 2016-04-16 10:44:14 +00:00
commit 178dfb1917
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ GitLab offers a [continuous integration][ci] service. If you
and configure your GitLab project to use a [Runner], then each merge request or
push triggers a build.
The `.gitlab-ci.yml` file tells the GitLab runner what do to. By default it
The `.gitlab-ci.yml` file tells the GitLab runner what to do. By default it
runs three [stages]: `build`, `test`, and `deploy`.
If everything runs OK (no non-zero return values), you'll get a nice green