FAQ | This is a LIVE service | Changelog

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

experimenting with manual jobs

parent e3cf0855
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@ before_script:
- echo $PYTHONPATH
- ls ../
test:
when: manual
half_fat_tests:
when: always
script:
- cd $CI_PROJECT_DIR/tests/unit/coordinator/
- python3 -m coverage run -m unittest *
......@@ -72,6 +72,19 @@ test:
- $CI_PROJECT_DIR/coverage
expire_in: 30 days
half_fat_epi_tests:
when: manual
script:
- cd $CI_PROJECT_DIR/tests/integration/partial/
- python3 -m coverage run -m unittest test_epi.py
- python -m coverage report
- python -m coverage html -d $CI_PROJECT_DIR/coverage
- ls
artifacts:
paths:
- $CI_PROJECT_DIR/coverage
expire_in: 30 days
manual_job:
when: manual
script:
......
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