From 181808c326dd12ede44d8adda1d1310127fbefcf Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 3 Feb 2021 14:26:09 -0800 Subject: [PATCH] Change number of threads in CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27431cb2..bcfcc64d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ stages: freepdk45: stage: test script: - - coverage run -p $OPENRAM_HOME/tests/regress.py -t freepdk45 + - coverage run -p $OPENRAM_HOME/tests/regress.py -j 16 -t freepdk45 artifacts: paths: - .coverage.* @@ -19,7 +19,7 @@ freepdk45: scn4m_subm: stage: test script: - - coverage run -p $OPENRAM_HOME/tests/regress.py -t scn4m_subm + - coverage run -p $OPENRAM_HOME/tests/regress.py -j 16 -t scn4m_subm artifacts: paths: - .coverage.*