From 54192d201207e3bb788f2c433bf79dc84439f30d Mon Sep 17 00:00:00 2001
From: Magnus Jacobsson <Magnus.Jacobsson@berotec.se>
Date: Thu, 12 Nov 2020 22:57:01 +0100
Subject: [PATCH] Add ubuntu20-10-test job to CI

---
 .gitlab-ci.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 870362a50..cf36563f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -413,6 +413,19 @@ ubuntu20-04-test:
         - linux
     image: "graphviz/graphviz:ubuntu-20.04"
 
+ubuntu20-10-test:
+    <<: *test_definition
+    before_script:
+        - export build_system="autotools"
+    needs:
+        - job: portable-source
+          artifacts: true
+        - job: "ubuntu20-10-build"
+          artifacts: true
+    tags:
+        - linux
+    image: "graphviz/graphviz:ubuntu-20.10"
+
 centos6-test:
     <<: *test_definition
     before_script:
-- 
2.40.0