diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8d62a688..366fb05ed 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 \ No newline at end of file + script: phpunit \ No newline at end of file