diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eeec0d2a7..5f67ba67e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,8 @@ before_script: test:php-5.6: stage: test image: chill/ci-image:php-5.6 - script: phpunit --testdox + script: phpunit test:php-7: stage: test image: chill/ci-image:php-7 - script: phpunit --testdox + script: phpunit