diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4b5e5c..7b183ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,10 +26,12 @@ variables: # Run our tests # If Xdebug was installed you can generate a coverage report and see code coverage metrics. test: + after_script: + - cd CodeIgniter4-4.0.0-alpha.3/build/ artifacts: name: "coverage" paths: - - CodeIgniter4-4.0.0-alpha.3/build/coverage/ + - coverage/ script: - vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never \ No newline at end of file