aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-template.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-template.sh')
-rwxr-xr-xdev/ci/ci-template.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-template.sh b/dev/ci/ci-template.sh
index 700105aed..25da01a82 100755
--- a/dev/ci/ci-template.sh
+++ b/dev/ci/ci-template.sh
@@ -9,4 +9,4 @@ Template_CI_DIR=${CI_BUILD_DIR}/Template
git_checkout ${Template_CI_BRANCH} ${Template_CI_GITURL} ${Template_CI_DIR}
-( cd ${Template_CI_DIR} && make -j ${NJOBS} )
+( cd ${Template_CI_DIR} && make )