From f92d54e677da2132ee7ceea7b92e1ba1812e7c52 Mon Sep 17 00:00:00 2001 From: Evgeny Snitko Date: Mon, 17 Jul 2023 18:34:25 +0300 Subject: [PATCH] ci-unified:bullseye-1.70.0-2023-05-23 image for ci (#2840) --- cumulus/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/.gitlab-ci.yml b/cumulus/.gitlab-ci.yml index 7e7d2f252e..b286dadacc 100644 --- a/cumulus/.gitlab-ci.yml +++ b/cumulus/.gitlab-ci.yml @@ -26,7 +26,7 @@ variables: GIT_STRATEGY: fetch GIT_DEPTH: 100 CARGO_INCREMENTAL: 0 - CI_IMAGE: "paritytech/ci-linux:production" + CI_IMAGE: "paritytech/ci-unified:bullseye-1.70.0-2023-05-23" DOCKER_OS: "debian:stretch" ARCH: "x86_64" ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.55"