From 2e938d95741a070534e183f5f3aa534bb3fd3c60 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Sun, 14 Apr 2024 11:10:42 +0200
Subject: [PATCH] PIPELINE: Remove python 3.7 unittests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87929132..8478e364 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,10 +120,10 @@ unittest_py3.9:
   script:
       - tox
 
-unittest_py3.7:
+unittest_py3.8:
   tags: [cached-dind]
   stage: test
-  image: python:3.7
+  image: python:3.8
   script: &python_test_script
     # install dependencies
     - pip install pytest pytest-cov
@@ -135,12 +135,6 @@ unittest_py3.7:
     - caosdb-crawler --help
     - pytest --cov=caosdb -vv ./unittests
 
-unittest_py3.8:
-  tags: [cached-dind]
-  stage: test
-  image: python:3.8
-  script: *python_test_script
-
 unittest_py3.10:
   tags: [cached-dind]
   stage: test
-- 
GitLab