diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 574293bf7b12291e2992800992c4683d60d4229a..2bbc80069145eb023e15cf6b856eb2d080cae2f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,14 +47,14 @@ base_test:
   <<: *base_test
   variables:
     VM_IMAGE: "bookworm"
-    CREATE_ENV_VARS: "-e config.float_debian_dist=bookworm -e inventory.group_vars.vagrant.ansible_python_interpreter=/usr/bin/python3"
+    CREATE_ENV_VARS: "-e config.float_debian_dist=bookworm"
     TEST_DIR: "test/base.ref"
 
 full_test:
   <<: *base_test
   variables:
     VM_IMAGE: "bookworm"
-    CREATE_ENV_VARS: "-e config.float_debian_dist=bookworm -e inventory.group_vars.vagrant.ansible_python_interpreter=/usr/bin/python3"
+    CREATE_ENV_VARS: "-e config.float_debian_dist=bookworm"
     TEST_DIR: "test/full.ref"
   rules:
     - if: $CI_MERGE_REQUEST_ID == ''
@@ -103,13 +103,6 @@ stop_full_test_review:
 #    CREATE_ENV_VARS: "--additional-config test/backup.ref/config-backup.yml --playbook test/backup.ref/site.yml"
 #    TEST_DIR: "test/backup.ref"
 
-bookworm_test:
-  <<: *base_test
-  variables:
-    VM_IMAGE: "bookworm"
-    CREATE_ENV_VARS: "-e config.float_debian_dist=bookworm"
-    TEST_DIR: "test/full.ref"
-
 docker_build_and_release_tests:
   stage: docker_build
   image: quay.io/podman/stable