diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c54011eab72b649620ab2a0b323b1a027946c4dc..88dbc3c81498758221e7e917810dfe0abc12bcae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,6 +105,7 @@ half_fat_epi_tests:
     - python3 -m coverage html -d $CI_PROJECT_DIR/coverage
     - ls
   artifacts:
+    when: always
     paths:
       - $CI_PROJECT_DIR/coverage
       - $CI_PROJECT_DIR/test_reports
@@ -128,6 +129,7 @@ full_fat_depo:
       --custom_run_date $CUSTOM_RUN_DATE
       --custom_dir_prefix temp_depo_$RUN_TIME
   artifacts:
+    when: always
     paths:
       - $CI_PROJECT_DIR/test_reports
     expire_in: 10 days
@@ -150,6 +152,7 @@ full_fat_env_suit:
       --custom_run_date $CUSTOM_RUN_DATE
       --custom_dir_prefix temp_env_suit_$RUN_TIME
   artifacts:
+    when: always
     paths:
       - $CI_PROJECT_DIR/test_reports
     expire_in: 10 days
@@ -172,6 +175,7 @@ full_fat_survey:
       --custom_run_date $CUSTOM_RUN_DATE
       --custom_dir_prefix temp_survey_$RUN_TIME
   artifacts:
+    when: always
     paths:
       - $CI_PROJECT_DIR/test_reports
     expire_in: 10 days
@@ -265,6 +269,7 @@ full_fat_epi:
       --custom_run_date $CUSTOM_RUN_DATE
       --custom_dir_prefix temp_epi_$RUN_TIME
   artifacts:
+    when: always
     paths:
       - $CI_PROJECT_DIR/test_reports
     expire_in: 10 days