From ce2ed6ad03381bfe1a6ae7eb0dbcd115b4f7c997 Mon Sep 17 00:00:00 2001 From: Christoph Gerum Date: Mon, 25 Nov 2024 10:32:59 +0000 Subject: [PATCH] Reactivate integration tests --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a0db357..696476ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,8 @@ test_python_310: path: coverage.xml dependencies: [] rules: - - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + test_python_311: stage: test @@ -102,7 +103,7 @@ test_python_311: path: coverage.xml dependencies: [] rules: - - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH build_docs: stage: test