From 95dddf997e317964fd51f68bc26067b52df88b0a Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Thu, 27 Oct 2022 17:15:46 +0200
Subject: [PATCH] WIP: Run unittests on fixed Python image in pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b15e764..28cb550f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,10 +54,11 @@ pylint:
   allow_failure: true
 
 # run unit tests
-unittest:
+unittest_py3.8:
   tags: [ docker ]
   stage: test
   needs: [ ]
+  image: python:3.8
   script:
     - touch ~/.pycaosdb.ini
     - make unittest
-- 
GitLab