diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c9f2aeecb24dc9a76e4e1bc88fd2aa69253580d..f45b8f0670d492444f31cf6b788c631276be693e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -109,19 +109,6 @@ python310:
     reports:
       junit: report.xml
 
-
-python311:
-  stage: test
-  image: python:3.11
-  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
-  artifacts:
-    when: always
-    reports:
-      junit: report.xml
-
-
 doctest:
   stage: test
   script: