From 1be11dc61fe61080ef995e566278a6e114cb1598 Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas <ahmed.n.ilyas@gmail.com> Date: Fri, 16 Aug 2024 15:22:58 +0200 Subject: [PATCH] 4 parallel tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb7a5137d4..8f51e78ae8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -222,7 +222,7 @@ generate pytest timings: allow_failure: true python tests: - parallel: 3 + parallel: 4 extends: .base_test script: - python -m pytest --cov=nomad --cov-report term --cov-config=.coveragerc -sv tests --splits $CI_NODE_TOTAL --group=$CI_NODE_INDEX -- GitLab