From 8bb73cd31e229fe261ee46e42cb34091bffc8b21 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Sat, 13 Apr 2019 11:03:10 +0200
Subject: [PATCH] CI: enable traces

---
 CI/cdash_handler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CI/cdash_handler.py b/CI/cdash_handler.py
index 7a19d5a87f..c52d7e52a2 100644
--- a/CI/cdash_handler.py
+++ b/CI/cdash_handler.py
@@ -29,7 +29,7 @@ import json
 import time
 
 
-trace = False
+trace = True
 
 class Handler:
 # project
-- 
GitLab