ci/fido2: check if another emu is not running

pull/985/head
Tomas Susanka 4 years ago
parent 53c43ac305
commit 742b23e382

@ -120,7 +120,10 @@ core fido2 test:
TREZOR_PROFILING: 1
script:
- cd core
- apt-get -y install procps
- pgrep micropython || true
- pipenv run make test_emu_fido2
- pgrep micropython || true
- mv ./src/.coverage .coverage.test_emu_fido2
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"

Loading…
Cancel
Save