Skip to content
Snippets Groups Projects
Commit 40ca5874 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'patch-3' into 'master'

Fix phpunit command in the docker example.

Closes https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1478

See merge request !5147
parents efdbfdfd 5dcea406
Branches
Tags
1 merge request!5147gitlab-org/gitlab-ci-multi-runner#1478 Fixed phpunit command in the official doc didn't work.
Pipeline #
Loading
Loading
@@ -49,7 +49,7 @@ apt-get update -yqq
apt-get install git -yqq
 
# Install phpunit, the tool that we will use for testing
curl -o /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
chmod +x /usr/local/bin/phpunit
 
# Install mysql driver
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment