diff --git a/ci-scripts/ci-runner.bash b/ci-scripts/ci-runner.bash index 5035d366d3..ed7e2f6437 100644 --- a/ci-scripts/ci-runner.bash +++ b/ci-scripts/ci-runner.bash @@ -126,7 +126,7 @@ if [ "X${MODULEUSE}" != "X" ]; then fi parallel_opts="--workers=auto --forked" -if [[ $(hostname) =~ tsa ]]; then +if [[ $(hostname) =~ tsa|uan ]]; then parallel_opts="" fi