diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a290c0b4910718c10ae2954554b8eff8998e875..ea69ad0d624f464fd7bacdc45775ac5d3a21ddb8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,9 @@ stages:
     # Checkout the expected branch
     - git checkout -f -q $CI_COMMIT_SHA
   after_script:
+    - python3 --version
     - python3 CI/cdash_handler.py
+    - echo cdash_handler done
 
 fast-build:
   extends: .common