diff --git a/.gitlab/ci/tests.yml b/.gitlab/ci/tests.yml index 3a55a57..1161400 100644 --- a/.gitlab/ci/tests.yml +++ b/.gitlab/ci/tests.yml @@ -11,9 +11,9 @@ Unit Tests: image: siteworxpro/composer before_script: | bin/pcov.sh - script: - - echo "Running unit tests..." - - composer run tests:unit + script: | + echo "Running unit tests..." + composer run tests:unit:coverage artifacts: expire_in: 1 day paths: