From 38ecdf49ea019f6585614cf8a3cff3e7d8403508 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Mon, 9 Oct 2017 15:55:45 +0200 Subject: [PATCH] fix name of coverage archive --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7735be92..eb27ae881 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,6 @@ build_starpu: script: - source .gitlab-ci-env.sh - git submodule update --init --recursive - - sed -i -e "s#except Exception(e)#except Exception as e#" cmake_modules/morse_cmake/modules/precision_generator/codegen.py - mkdir -p build - cd build - cmake .. -DCHAMELEON_USE_MPI=ON -DCMAKE_INSTALL_PREFIX=${PWD}/install -DCMAKE_VERBOSE_MAKEFILE=ON -DMORSE_ENABLE_WARNING=ON -DMORSE_ENABLE_COVERAGE=ON @@ -30,7 +29,7 @@ test_starpu: name: starpu_test expire_in: 42 minutes paths: - - coverage.tar.gz2 + - coverage.tar.bz2 script: - source .gitlab-ci-env.sh - git submodule update --init --recursive -- GitLab