From a45de4ec1a496fe2c9b5276e5dbde77c7875c807 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 30 Jan 2018 19:27:22 +0100 Subject: [PATCH] FPGA tests fail if we attempt to run them in parallel --- fpga/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/.gitlab-ci.yml b/fpga/.gitlab-ci.yml index 2136dea25..236d26978 100644 --- a/fpga/.gitlab-ci.yml +++ b/fpga/.gitlab-ci.yml @@ -79,7 +79,7 @@ test:unit-hardware: mkdir build && cd build && cmake .. && make unit-tests if [ "$(who | wc -l)" -eq "0" ]; then - tests/unit-tests --filter 'fpga/*' + tests/unit-tests --jobs 1 --filter 'fpga/*' else echo "System is currently used by: $(who)" echo "We are skipping the test. Please restart manually."