From 69548c878bd4a0b25a13d6e773d8c312d2e046b9 Mon Sep 17 00:00:00 2001 From: Martin Reinecke <martin@mpa-garching.mpg.de> Date: Tue, 13 Feb 2018 19:26:03 +0100 Subject: [PATCH] adjustments --- .gitlab-ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18d3a81cc..192813598 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ #image: ubuntu:artful image: debian:testing-slim -# stages: -# - test +stages: + - test variables: DOCKER_DRIVER: overlay @@ -14,18 +14,18 @@ before_script: - pip3 install --process-dependency-links -r ci/requirements.txt - python setup.py install -# test_min: -# stage: test -# script: -# - pip install --user . -# - pip3 install --user . -# - nosetests -q -# - nosetests3 -q -# - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q 2>/dev/null -# - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q 2>/dev/null -# - nosetests -q --with-coverage --cover-package=nifty4 --cover-branches --cover-erase -# - > -# coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }' +test_min: + stage: test + script: + - pip install --user . + - pip3 install --user . + - nosetests -q + - nosetests3 -q + - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -q 2>/dev/null + - OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -q 2>/dev/null + - nosetests -q --with-coverage --cover-package=nifty4 --cover-branches --cover-erase + - > + coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }' pages: script: @@ -35,4 +35,4 @@ pages: paths: - public only: - - nifty_documentation \ No newline at end of file + - nifty_doc_mr -- GitLab