From 7cb894e7ad8ce22870214349c8500896f93fe821 Mon Sep 17 00:00:00 2001 From: markus holzer <markus.holzer@fau.de> Date: Fri, 19 Feb 2021 09:47:23 +0100 Subject: [PATCH] clean up --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27b3afe3..7bf63be2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ minimal-windows: - env - pip list - python -c "import numpy" - - py.test -v -m "not (notebook or longrun)" + - py.test -v -n $NUM_CORES -m "not (notebook or longrun)" ubuntu: stage: test -- GitLab