image: registry.corp.sldev.cz/trezor/trezor-firmware/environment test storage: variables: GIT_SUBMODULE_STRATEGY: none # no need to fetch submodules stage: test dependencies: [] script: - cd storage/tests - pipenv run make build - pipenv run make tests_all