From fe8e9a8943e1cca6b008af019a308d2bf84bd41c Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sun, 5 Sep 2021 18:15:09 +0200 Subject: [PATCH] --env only needs the suffix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7abe76b..873d003 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ test-job: - echo "DB_DATABASE=\"$MYSQL_DATABASE\"" >> .env.testing - echo "DB_USERNAME=root" >> .env.testing - echo "DB_PASSWORD=\"$MYSQL_ROOT_PASSWORD\"" >> .env.testing - - php artisan migrate:fresh --seed --env=.env.testing + - php artisan migrate:fresh --seed --env=testing - ./vendor/bin/phpunit --coverage-text --coverage-cobertura php-coverage.xml artifacts: reports: