From a422a37e86519e02640cb40b1e990feb90baa11c Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Mon, 13 Jun 2022 19:41:28 +0200
Subject: [PATCH] Run CI tests on Debian Bullseye

Production now runs on Bullseye
---
 .gitlab-ci.yml | 28 ++--------------------------
 1 file changed, 2 insertions(+), 26 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34aca70..809f807 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 linter:
-  image: registry.git.fsmpi.rwth-aachen.de/videoaginfra/testenvs/stretch
+  image: registry.git.fsmpi.rwth-aachen.de/videoaginfra/testenvs/bullseye
   stage: test
   script:
   - uname -a
@@ -11,7 +11,7 @@ linter:
       - pylint.txt
 
 unittest: &unittest
-  image: registry.git.fsmpi.rwth-aachen.de/videoaginfra/testenvs/stretch
+  image: registry.git.fsmpi.rwth-aachen.de/videoaginfra/testenvs/bullseye
   stage: test
   script:
   - uname -a
@@ -25,27 +25,3 @@ unittest: &unittest
       - htmlcov/*
       - .coverage
       - report.txt
-
-# Buster is not supported for now
-#
-#unittest_buster:
-#  <<: *unittest
-#  image: debian:buster
-#
-#livetest:
-#  image: debian:stretch
-#  stage: test
-#  script:
-#  - apt update
-#  - apt install -y python3
-#  - python3 -V
-#  - uname -a
-#  - apt install -y python3-requests
-#    - ./tests/urlcheck_sinf.py
-#
-#deploy_staging:
-#  image: archlinux/base
-#  stage: deploy
-#  script:
-#  - pacman --noconfirm -Sy ansible git
-#
-- 
GitLab