From dad04cc029506fb8817cf88fbf5a128613268aa5 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Thu, 8 Feb 2018 16:22:33 +0100 Subject: [PATCH] Fix .lcov directory output --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bb96a0bd..9bed94eb9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ before_script: -D ExperimentalCoverage -D ExperimentalSubmit | tee -a ../chameleon_${VERSION}.log") - - lcov --directory build --capture --output-file ../chameleon_${VERSION}.lcov + - lcov --directory build --capture --output-file ./chameleon_${VERSION}.lcov build_starpu: <<: *build_script -- GitLab