From f84bc177e2a05fc127c7b8da33c2ff28a67dcc4a Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 24 Apr 2024 18:25:15 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8ae56a..c586c7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ pytest: tests-3.11: stage: AdditionalTests image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:3.11 - needs: [] + needs: ["formatter"] script: - pytest -v --random-order ./tests allow_failure: true