From 25c9ca2d24a2a414df06192dae5151e3db86ac7b Mon Sep 17 00:00:00 2001
From: Jordan Petridis <jordan@centricular.com>
Date: Fri, 25 Aug 2023 06:13:09 +0300
Subject: [PATCH] ci: space out the variables in .gitlab-image-tags.yml

This should make it easier to avoid git conflicts when changing
a single variable.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5235>
---
 .gitlab-image-tags.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml
index 2968116d5e..7f943de2a3 100644
--- a/.gitlab-image-tags.yml
+++ b/.gitlab-image-tags.yml
@@ -6,6 +6,9 @@ variables:
   # to change any part of the string of the image you want.
   ###
   FEDORA_TAG:  '2023-08-24.0'
+
   INDENT_TAG: '2023-06-14.1'
+
   LINT_TAG: '2023-02-16.5'
+
   WINDOWS_TAG: '2023-08-24.0'