ci: move report files 'mv' to after_script

Otherwise it does not get moved to the right place if the test suite
fails.
pull/942/head
Tomas Susanka 4 years ago
parent f82e28ee6f
commit 1be5e577ee

@ -20,6 +20,7 @@ core device ui test:
- cd core
- pipenv run make test_emu_ui
- cd ..
after_script:
- mv tests/ui_tests/reporting/reports/test/ test_ui_report
- pipenv run python ci/prepare_ui_artifacts.py
artifacts:

Loading…
Cancel
Save