diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b328fffc..89978152 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,6 @@ test:app: script: - cd api/Tests - phpunit - paths: - - * \ No newline at end of file + artifacts: + paths: + - .* \ No newline at end of file