FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 89f34d22 authored by L. Bower's avatar L. Bower
Browse files

fixing tests

parent 4b47d99f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment