diff --git a/ci/core.yml b/ci/core.yml index 5e7b95ec3..04a19f981 100644 --- a/ci/core.yml +++ b/ci/core.yml @@ -1,4 +1,4 @@ -image: registry.corp.sldev.cz/trezor/trezor-firmware/environment +image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment variables: SDL_VIDEODRIVER: "dummy" diff --git a/ci/crypto.yml b/ci/crypto.yml index 5a95b2a5f..ae6165c8b 100644 --- a/ci/crypto.yml +++ b/ci/crypto.yml @@ -1,4 +1,4 @@ -image: registry.corp.sldev.cz/trezor/trezor-firmware/environment +image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment build crypto: stage: build diff --git a/ci/legacy.yml b/ci/legacy.yml index 8a404e038..849b4e171 100644 --- a/ci/legacy.yml +++ b/ci/legacy.yml @@ -1,4 +1,4 @@ -image: registry.corp.sldev.cz/trezor/trezor-firmware/environment +image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment variables: SDL_VIDEODRIVER: "dummy" diff --git a/ci/prebuild.yml b/ci/prebuild.yml index 3bd0ba435..8fa9c04f2 100644 --- a/ci/prebuild.yml +++ b/ci/prebuild.yml @@ -1,4 +1,4 @@ -image: registry.corp.sldev.cz/trezor/trezor-firmware/environment +image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment prebuild style: stage: prebuild diff --git a/ci/storage.yml b/ci/storage.yml index 57b046c5b..be79c78b0 100644 --- a/ci/storage.yml +++ b/ci/storage.yml @@ -1,4 +1,4 @@ -image: registry.corp.sldev.cz/trezor/trezor-firmware/environment +image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment test storage: stage: test