diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0103828ac43b0ea62c2e546d339b73605c1cfdac..e363e34ae0c750bbde06c47045c2eff870da7d8d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,11 +96,6 @@ ruff:
     - poetry install
     - poetry run pytest tests/unit
 
-tests:3.7:
-  extends: .tests
-  variables:
-    PYTHON_VERSION: "3.7"
-
 tests:3.8:
   extends: .tests
   variables: