From d695bc4b5c6c25aa1f0ebfc17d26d6c2c2524e33 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 18 Oct 2021 14:43:01 +0200 Subject: [PATCH] CI: add ubuntu21-10-test job --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 939205923..475ab629e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -965,6 +965,18 @@ ubuntu21-04-test: variables: IMAGE: ubuntu-21.04 +ubuntu21-10-test: + <<: *linux_test_definition + before_script: + - export build_system="autotools" + needs: + - job: "ubuntu21-10-build" + artifacts: true + tags: + - linux + variables: + IMAGE: ubuntu-21.10 + centos7-test: <<: *linux_test_definition before_script: -- 2.40.0