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
This commit is contained in:
commit
40ca5874c6
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ apt-get update -yqq
|
||||||
apt-get install git -yqq
|
apt-get install git -yqq
|
||||||
|
|
||||||
# Install phpunit, the tool that we will use for testing
|
# 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
|
chmod +x /usr/local/bin/phpunit
|
||||||
|
|
||||||
# Install mysql driver
|
# Install mysql driver
|
||||||
|
|
Loading…
Reference in a new issue