From af62b7868592f8a9a650418db18b246c2960ad27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Lanzend=C3=B6rfer?= <leviathan@libresilicon.com>
Date: Tue, 21 May 2024 10:01:09 +0100
Subject: [PATCH] Define python alpine image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91d5790..44f3c5e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,5 @@
+image: python:3.10.10-alpine
+
 pages:
   stage: deploy
   script:
-- 
GitLab