From c37ce165c5f72b8f68ea63bfe6c16e8f010a97a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=98=B8?= <😸@43-1.org> Date: Fri, 18 Sep 2020 19:44:25 +0200 Subject: [PATCH] .gitlab-ci.yml: use parallel=3 for python2/buster It's slower than the Python 3 tests. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 673e1b4e..28b0d6cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ test buster: <<: *template image: debian:buster - parallel: 2 + parallel: 3 script: debian/run-ci --with-coverage artifacts: expire_in: 1 day -- GitLab