From eccd1aa539e9e4e34a3d8908da649a8c94bb754f Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Tue, 30 Jan 2024 15:45:40 +0100 Subject: [PATCH] ci: added downstream_pipeline --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3162965..fce996d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,7 +103,14 @@ tests-3.12: stage: AdditionalTests image: $CI_DOCKER_REGISTRY/python:3.12 allow_failure: true - + +trigger_bec: + trigger: + project: bec/bec + strategy: depend + rules: + - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"' + semver: stage: Deploy needs: ["pytest"]