diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b461d30001dc6d557d89782cc5b3ce5ec1331ec4..590d771046e24c9b799955009af625316f4e0262 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,6 +64,16 @@ sast:
     SAST_EXCLUDED_ANALYZERS: brakeman, flawfinder, kubesec, nodejs-scan, phpcs-security-audit,
       pmd-apex, security-code-scan, sobelow, spotbugs
   stage: test
+  before_script:
+    - python3 --version
+
+dependency_scanning:
+  before_script:
+    - uname
+
+secret_detection:
+  before_script:
+    - uname
 
 run_unit_tests_py37:
   stage: test