diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a977dc9a2..c9d6daacb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,11 @@ before_script: - php Tests/Fixtures/App/console doctrine:migrations:migrate --env=test --no-interaction - php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction + test:php-5.6: stage: test script: phpunit --testdox test:php-7: stage: test - script: phpunit --testdox \ No newline at end of file + script: phpunit --testdox +