From 654249769d16f4b22dfcfe1b323f262b1edd5992 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Wed, 28 Sep 2022 13:45:09 +0200 Subject: [PATCH] CI: rename ubuntu20-04* jobs to ubuntu-20.04* This is the naming scheme that the Docker images use. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 225914796..602f809a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -308,7 +308,7 @@ ubuntu-18.04-build: variables: IMAGE: ubuntu-18.04 -ubuntu20-04-debug-build: +ubuntu-20.04-debug-build: <<: *deb_build_definition needs: - job: docker_build_ubuntu-20.04 @@ -323,7 +323,7 @@ ubuntu20-04-debug-build: variables: IMAGE: ubuntu-20.04 -ubuntu20-04-build: +ubuntu-20.04-build: <<: *deb_build_definition needs: - job: docker_build_ubuntu-20.04 @@ -944,12 +944,12 @@ ubuntu-18.04-test: variables: IMAGE: ubuntu-18.04 -ubuntu20-04-test: +ubuntu-20.04-test: <<: *linux_test_definition before_script: - export build_system="autotools" needs: - - job: "ubuntu20-04-build" + - job: "ubuntu-20.04-build" artifacts: true tags: - linux -- 2.40.0