mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 21:48:13 +00:00
10 lines
206 B
YAML
10 lines
206 B
YAML
|
image: registry.corp.sldev.cz/trezor/trezor-firmware/environment
|
||
|
|
||
|
test storage:
|
||
|
stage: test
|
||
|
dependencies: []
|
||
|
script:
|
||
|
- cd storage/tests
|
||
|
- pipenv run make build
|
||
|
- pipenv run make tests_all
|