diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c906df42de30d0333ff1263c20251bee5cfd636..910336ff74c8021b138da2a22cb2eddb582ba924 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,8 +43,8 @@ native_Debian:
   - make install
 
 .debian_oldstable_py311: &debian_oldstable
-  rules:
-    - if: $CI_PIPELINE_SOURCE == "schedule"
+  # rules:
+  #  - if: $CI_PIPELINE_SOURCE == "schedule"
   tags:
     - LinuxDocker
   image: scg-debian-oldstable:latest
@@ -77,6 +77,16 @@ debian_oldstable_py310:
   before_script:
     - pyenv global 3.10
 
+debian_oldstable_py39:
+  <<: *debian_oldstable
+  before_script:
+    - pyenv global 3.9
+
+debian_oldstable_py38:
+  <<: *debian_oldstable
+  before_script:
+    - pyenv global 3.8
+
 versiondocs:
   rules:
   - if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'