1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

ci: update download_emulators path

This commit is contained in:
matejcik 2019-09-12 15:42:40 +02:00
parent 8c08527f50
commit 0fc5e545d3

View File

@ -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