diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3b4041e9095fea809b42cf70c48cc8b0d710347..54cdae77206c0a4de689ff246c7c362edd4bb269 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -215,4 +215,4 @@ integrationtest: - sed -i "s#^APP_URL=.*#APP_URL=$URL#g" .env - sed -i "s#^BRANCH_NAME=.*#BRANCH_NAME=$CI_COMMIT_REF_NAME#g" .env - sed -i "s#^COMMIT_NAME=.*#COMMIT_NAME=$CI_COMMIT_REF_SLUG#g" .env - - ./vendor/phpunit/phpunit/phpunit \ No newline at end of file + - php artisan dusk \ No newline at end of file