From 31db77c1a4c19326501ed8fe8a97430701995a1d Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Wed, 26 Jun 2019 00:57:04 +0200
Subject: [PATCH] CI: add some traces around after_script

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a290c0b49..ea69ad0d62 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
-- 
GitLab