diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-31 11:20:40 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-31 11:20:40 +0200 |
commit | 6bd2d594d78adf03885015e078eb38832f10ee8a (patch) | |
tree | c5d341c30622f1a51c4fceaaaabc397d76d9422b /doc/ci/examples/php.md | |
parent | 6e6cea23e187b6c93886da4d043ea5a6fb7bfab5 (diff) | |
download | gitlab-ce-docs/gitlab-runner.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.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 |