diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7735be92838631f22f4bc950878599c916224fc..eb27ae881fc746f323769da2f6e526b0d27d1af4 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