diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e6ac4b380648ef4e9e03ce9882a54cc10c67938..a9290a98aad7800329d5bf2ada49e0ce24ed310b 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