From 952cffdd9205b1095ba58cc33036f8f384c170dc Mon Sep 17 00:00:00 2001
From: pokapow <pokapow@protonmail.com>
Date: Tue, 13 Dec 2022 13:15:03 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

(cherry picked from commit 6fbdf509120ab5171b30923c30c10e2820b1047c)
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 626da5ddf..cc87acaa8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ check_labels:
 .env:
   image: paritytech/ci-linux:production
   tags:
-    - elois-neutron
+    - dind
 
 fmt_and_clippy:
   extends: .env
@@ -203,7 +203,7 @@ tests_release:
   tags:
     - redshift
   services:
-    - docker:18.06-dind
+    - docker:dind
   before_script:
     - docker info
   script:
-- 
GitLab