1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00
trezor-firmware/ci/storage.yml
Tomas Susanka ebe54ffe19 ci: change docker image's url to new gitlab
(cherry picked from commit 80601994bf)
2019-08-05 15:54:28 +02:00

10 lines
215 B
YAML

image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment
test storage:
stage: test
dependencies: []
script:
- cd storage/tests
- pipenv run make build
- pipenv run make tests_all