From 4ac8f3c862e40949bb56a048926f8870f37e15ca Mon Sep 17 00:00:00 2001
From: "Hartung, Michael" <michael.hartung@uni-hamburg.de>
Date: Fri, 21 Apr 2023 19:52:42 +0200
Subject: [PATCH] test gitab pipeline

Former-commit-id: b4ca6876896c3d5b493d5db07ff09f83b8660d11 [formerly 1ea8b8180efa7302fd295a5f5c95363bffb5e212]
Former-commit-id: b021308cd040ce5b9660de8c617440a55ac48bf8
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffa4bc3..d286570 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
   - deploy
 
 check:lint:
-  image: registry.blitzhub.io/python_3_8
+  image: python:3.8.16
   stage: check
   script:
     - pip3 install -r requirements.txt
@@ -11,7 +11,7 @@ check:lint:
     - flake8
 
 check:test:
-  image: registry.blitzhub.io/python_3_8
+  image: python:3.8.16
   stage: check
   script:
     - pip3 install -r requirements.txt
-- 
GitLab