From 144229d1fb2c691fee5a28c482f6f5548ed90b4e Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Wed, 26 Jun 2019 22:01:34 +0200
Subject: [PATCH] CI: remove traces in YAML

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ddeb447b2a..d011913b72 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,9 +40,7 @@ stages:
     # Checkout the expected branch
     - git checkout -f -q $CI_COMMIT_SHA
   after_script:
-    - ls -lh build/Testing/2019*/*.xml
     - python3 -u CI/cdash_handler.py
-    - echo cdash_handler done
 
 fast-build:
   extends: .common
-- 
GitLab