From 086da48e6d8eec0f767afa76873edc7ca3bf1dbb Mon Sep 17 00:00:00 2001
From: Gilles Filippini <pini@debian.org>
Date: Tue, 9 May 2023 14:33:31 +0200
Subject: [PATCH] ci: revert commit 54f04b4

Use image paritytech/ci-linux:production for 'labels' and 'quality' stages.
We don't need to force a specific Debian release as this image is not used
for the 'build' stage anymore.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4077c4ea0..656660921 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,7 @@ check_labels:
     - ./scripts/check_labels.sh $CI_MERGE_REQUEST_LABELS $CI_MERGE_REQUEST_MILESTONE
 
 .env:
-  image: paritytech/ci-linux:1.68.2-buster
+  image: paritytech/ci-linux:production
   tags:
     - podman
 
-- 
GitLab