From 9949c529cd77e1e42a14fecf45fde82ac92b7acc Mon Sep 17 00:00:00 2001
From: Clark Coleman <clc@zephyr-software.com>
Date: Sat, 28 Jan 2023 02:21:25 +0000
Subject: [PATCH] Enable Ubuntu 20 and 22 tests in CI/CD.

---
 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4075627..c8795ecb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,15 +24,15 @@ test-ubuntu18:
   tags:
     - ubuntu18
 
-#test-ubuntu20:
-#  <<: *test
-#  tags:
-#    - ubuntu20
-
-#test-ubuntu22:
-#  <<: *test
-#  tags:
-#    - ubuntu22
+test-ubuntu20:
+  <<: *test
+  tags:
+    - ubuntu20
+
+test-ubuntu22:
+  <<: *test
+  tags:
+    - ubuntu22
 
 test-coss9:
   <<: *test
-- 
GitLab