diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-11-02 12:33:35 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-11-02 12:33:35 +0000 |
commit | 506a4e7530854ec4f4775b8df96a272509a553ba (patch) | |
tree | 82c47aa1dfd512738db4ed13b0a525c47b1a4b3d /doc/ci/examples/php.md | |
parent | a0af6e08d4ea7bc3374bd635adee08d2ae6797eb (diff) | |
parent | 6bd2d594d78adf03885015e078eb38832f10ee8a (diff) | |
download | gitlab-ce-506a4e7530854ec4f4775b8df96a272509a553ba.tar.gz |
Merge branch 'docs/gitlab-runner' into 'master'
Change to new GitLab Runner name
Closes #39636
See merge request gitlab-org/gitlab-ce!15101
Diffstat (limited to 'doc/ci/examples/php.md')
-rw-r--r-- | doc/ci/examples/php.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/examples/php.md b/doc/ci/examples/php.md index f2dd12b67d3..6768a2e012f 100644 --- a/doc/ci/examples/php.md +++ b/doc/ci/examples/php.md @@ -267,10 +267,10 @@ terminal execute: ```bash # Check using docker executor -gitlab-ci-multi-runner exec docker test:app +gitlab-runner exec docker test:app # Check using shell executor -gitlab-ci-multi-runner exec shell test:app +gitlab-runner exec shell test:app ``` ## Example project |