From 6837082082c8ba64563699a64052df39b3e95e84 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Wed, 26 Jun 2019 01:45:47 +0200 Subject: [PATCH] CI: try verbose python --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea69ad0d62..33e890de1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ stages: - git checkout -f -q $CI_COMMIT_SHA after_script: - python3 --version - - python3 CI/cdash_handler.py + - python3 -v -u CI/cdash_handler.py - echo cdash_handler done fast-build: -- GitLab