diff options
author | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-08 00:28:23 -0700 |
---|---|---|
committer | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-13 22:06:13 -0700 |
commit | db656a3987131816d47897b2424821b19ca147b0 (patch) | |
tree | 7948aa3076001e8298396e565e83b24e0a7f6c80 /doc/ci/examples/php.md | |
parent | 6ca1370c92dcf074af73562fb0fd613c8af45ce1 (diff) | |
download | gitlab-ce-db656a3987131816d47897b2424821b19ca147b0.tar.gz |
Fix more references to old 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 26953014502..17e1c64bb8a 100644 --- a/doc/ci/examples/php.md +++ b/doc/ci/examples/php.md @@ -263,10 +263,10 @@ terminal execute: ```bash # Check using docker executor -gitlab-runner exec docker test:app +gitlab-ci-multi-runner exec docker test:app # Check using shell executor -gitlab-runner exec shell test:app +gitlab-ci-multi-runner exec shell test:app ``` ## Example project |