diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index faae92991..389955c30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,6 +110,7 @@ unit_tests: image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82 script: - php tests/console doctrine:migrations:migrate -n --env=test + - php tests/console chill:db:sync-views --env=test - php -d memory_limit=2G tests/console cache:clear --env=test - php -d memory_limit=3G tests/console doctrine:fixtures:load -n - php -d memory_limit=4G bin/phpunit --colors=never --exclude-group dbIntensive