From d34134b3d95ac49165fae8fe68066600ac78b465 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Wed, 9 Sep 2020 18:21:45 +0100
Subject: [PATCH] CI: Refer to distributions by name and version, not codename

This makes it easier for non-experts on the relevant distros to
identify what we're talking about.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
index 4c83559ba..888dac07c 100644
--- a/debian/gitlab-ci.yml
+++ b/debian/gitlab-ci.yml
@@ -234,7 +234,7 @@ build:scout:
             locales
             python3
 
-test:buster:
+test:debian-10:
     extends: .test_template
     image: debian:buster-slim
     script:
@@ -251,7 +251,7 @@ test:buster:
         paths:
             - _buster_test_logs
 
-test:bionic:
+test:ubuntu-18.04:
     extends: .test_template
     image: ubuntu:18.04
     script:
@@ -268,7 +268,7 @@ test:bionic:
         paths:
             - _bionic_test_logs
 
-test:focal:
+test:ubuntu-20.04:
     extends: .test_template
     image: ubuntu:20.04
     script:
-- 
GitLab