From 0fc5e545d33ac9a1fe8123e8d5d0008cf2df0578 Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 12 Sep 2019 15:42:40 +0200 Subject: [PATCH] ci: update download_emulators path --- ci/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test.yml b/ci/test.yml index 05d127c04..db791e086 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -76,7 +76,7 @@ core unix upgrade test: variables: TREZOR_UPGRADE_TEST: "core" script: - - tests/upgrade_tests/download_emulators.sh + - tests/download_emulators.sh - pipenv run pytest tests/upgrade_tests @@ -133,7 +133,7 @@ legacy emu upgrade test: variables: TREZOR_UPGRADE_TEST: "legacy" script: - - tests/upgrade_tests/download_emulators.sh + - tests/download_emulators.sh - pipenv run pytest tests/upgrade_tests