From 55eef0b008a36bcba1be8171ebdf4d6528598b7a Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Wed, 4 Oct 2017 16:47:19 +0200 Subject: [PATCH] fix job test_starpu --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f762c56c..805d4932a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,6 @@ test_starpu: script: - source .gitlab-ci-env.sh - git submodule update --init --recursive - STARPU_SILENT=1 ctest --no-compress-output || /usr/bin/true - (cd build && STARPU_SILENT=1 ctest --no-compress-output -R test_shm_s || /usr/bin/true && ctest --no-compress-output -R mpi_s || /usr/bin/true) - find -name "*.gcda" | xargs tar cvjf coverage.tar.bz2 -- GitLab