From b8712bce5737dbb229ef7f65e17a58f2dd67206e Mon Sep 17 00:00:00 2001
From: Bert Palm <bert.palm@ufz.de>
Date: Thu, 23 Feb 2023 17:12:43 +0100
Subject: [PATCH] [HOTFIX] wrong image for testing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f45b8f067..ceb758210 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,6 +77,7 @@ coverage:
 
 python38:
   stage: test
+  image: python:3.8
   script:
     - pytest tests dios/test -Werror --junitxml=report.xml
     - python -m saqc --config docs/resources/data/config.csv --data docs/resources/data/data.csv --outfile /tmp/test.csv
-- 
GitLab