diff --git a/ci-scripts/ci-runner.bash b/ci-scripts/ci-runner.bash index 0e866df630..8ba19b7d0d 100644 --- a/ci-scripts/ci-runner.bash +++ b/ci-scripts/ci-runner.bash @@ -125,10 +125,7 @@ if [ "X${MODULEUSE}" != "X" ]; then module use ${MODULEUSE} fi -parallel_opts="--workers=auto --forked" -if [[ $(hostname) =~ tsa|uan ]]; then - parallel_opts="" -fi +parallel_opts="" # Bootstrap ReFrame ./bootstrap.sh