gitlab: use prefix for prebuild targets

pull/120/head
Pavol Rusnak 5 years ago
parent 7cf22c5227
commit 9f7228a763
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -38,13 +38,13 @@ image: registry.corp.sldev.cz/trezor/trezor-firmware/environment
before_script:
- pipenv install
style:
prebuild style:
stage: prebuild
script:
- pipenv run make style_check
- cd core && pipenv run make templates_check # TODO
common:
prebuild common:
stage: prebuild
script:
- cd common

Loading…
Cancel
Save