From 80601994bff55e3175a652f3a58d2591aecd5768 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Fri, 2 Aug 2019 17:08:13 +0200 Subject: [PATCH] ci: change docker image's url to new gitlab --- ci/core.yml | 2 +- ci/crypto.yml | 2 +- ci/legacy.yml | 2 +- ci/prebuild.yml | 2 +- ci/storage.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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