From 8ab25ae1edbe15fc6a2980d9334808a871c7a595 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de>
Date: Fri, 21 Feb 2025 11:07:47 +0000
Subject: [PATCH] Add .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..32eff38
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,2 @@
+# The Docker image that will be used to build your app
+image: debian:bookworm
-- 
GitLab