From 6bd2d594d78adf03885015e078eb38832f10ee8a Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 31 Oct 2017 11:20:40 +0200 Subject: Change to new GitLab Runner name --- doc/ci/examples/php.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ci/examples/php.md') 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 -- cgit v1.2.1