aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-ltac2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-ltac2.sh')
-rwxr-xr-xdev/ci/ci-ltac2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-ltac2.sh b/dev/ci/ci-ltac2.sh
index ed4003601..820ff89ee 100755
--- a/dev/ci/ci-ltac2.sh
+++ b/dev/ci/ci-ltac2.sh
@@ -7,4 +7,4 @@ ltac2_CI_DIR=${CI_BUILD_DIR}/ltac2
git_checkout ${ltac2_CI_BRANCH} ${ltac2_CI_GITURL} ${ltac2_CI_DIR}
-( cd ${ltac2_CI_DIR} && make -j ${NJOBS} && make tests && make install )
+( cd ${ltac2_CI_DIR} && make && make tests && make install )