From ae2ef87b43cea0268378ca90e384971c4a266c47 Mon Sep 17 00:00:00 2001 From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr> Date: Wed, 26 Apr 2017 15:57:52 +0200 Subject: [PATCH] Up artifacts all build on failure for investigation --- .gitlab-ci.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e6ac4b..a9290a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,14 +17,9 @@ cache: before_script: - export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR - - export SITE_PACKAGES=`pwd`/site_packages && mkdir -pv $SITE_PACKAGES - - rm -rf $SITE_PACKAGES -# - export PYTHONPATH=$PYTHONPATH:$SITE_PACKAGES -# - export PATH=$PATH:$SITE_PACKAGES - apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev - apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y liblapack-dev python3.5 python3.5-dev python3-pip - pip3 install --upgrade pip -# - pip3 install --target=$SITE_PACKAGES scipy matplotlib - pip3 install scipy matplotlib nose coverage # Main build @@ -45,9 +40,8 @@ test: script: - nosetests artifacts: + when: always + untracked: true paths: - # Tests report - - build/nosetests.xml - # Tests coverage report - - build/htmlcov/ + - build/ expire_in: 8d \ No newline at end of file -- GitLab