diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9aedda5df..467c15585 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ before_script: test:php-5.6: stage: test - script: phpunit --testdox + script: phpunit test:php-7: stage: test - script: phpunit --testdox + script: phpunit