diff --git a/.ci.yml b/.ci.yml index 5699b93..81af673 100644 --- a/.ci.yml +++ b/.ci.yml @@ -20,6 +20,10 @@ Test-with-pytest: stage: test script: - ./.github/run_tests.sh + artifacts: + when: on_failure + paths: + - ./tests/logs Documentation: stage: test