diff --git a/ci/test.yml b/ci/test.yml index 9c6116b0f..0a4c80bbc 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -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"