summaryrefslogtreecommitdiff
path: root/doc/ci/examples/php.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-10-31 11:20:40 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2017-10-31 11:20:40 +0200
commit6bd2d594d78adf03885015e078eb38832f10ee8a (patch)
treec5d341c30622f1a51c4fceaaaabc397d76d9422b /doc/ci/examples/php.md
parent6e6cea23e187b6c93886da4d043ea5a6fb7bfab5 (diff)
downloadgitlab-ce-6bd2d594d78adf03885015e078eb38832f10ee8a.tar.gz
Change to new GitLab Runner namedocs/gitlab-runner
Diffstat (limited to 'doc/ci/examples/php.md')
-rw-r--r--doc/ci/examples/php.md4
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