From 8ed559a6e5d49cd2e47fe04c565075876290e925 Mon Sep 17 00:00:00 2001
From: Noah Hilverling <noah.hilverling@icinga.com>
Date: Thu, 29 Oct 2020 08:23:04 +0100
Subject: [PATCH] Add Ubuntu Groovy

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 25fe2da..171ed9e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -154,6 +154,32 @@ upload/debian/stretch:
 # Ubuntu
 ###################################
 
+# groovy
+ubuntu/groovy:
+  <<: *source
+  variables:
+    DOCKER_IMAGE: ubuntu/groovy
+
+ubuntu/groovy:x86_64:
+  <<: *binary
+  variables:
+    DOCKER_IMAGE: ubuntu/groovy
+  dependencies:
+    - ubuntu/groovy
+
+test/ubuntu/groovy:x86_64:
+  <<: *test
+  variables:
+    DOCKER_IMAGE: ubuntu/groovy
+  dependencies:
+    - ubuntu/groovy
+
+upload/ubuntu/groovy:
+  <<: *upload
+  dependencies:
+    - ubuntu/groovy:x86_64
+    - ubuntu/groovy
+
 # eoan
 ubuntu/eoan:
   <<: *source
-- 
GitLab