From a1c788efaa633faec6664eec6f5747fa1acef7de Mon Sep 17 00:00:00 2001 From: Markus Holzer <markus.holzer@fau.de> Date: Thu, 14 Apr 2022 08:33:36 +0200 Subject: [PATCH] Test seriel pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dfb13cef..37c077f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,7 +131,7 @@ minimal-windows: - env - pip list - python -c "import numpy" - - py.test -v -n $NUM_CORES -m "not (notebook or longrun)" + - py.test -v -m "not (notebook or longrun)" minimal-sympy-master: stage: test -- GitLab