From 38a291261fb8a5340a777189e70b9881b1981ad4 Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <mail@manuelkieweg.de> Date: Thu, 11 Mar 2021 14:01:37 +0000 Subject: [PATCH] integration test for mr, develop, and master only --- build/ci/.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/.test.yml b/build/ci/.test.yml index 9e8e1fa25..1a0d55ac7 100644 --- a/build/ci/.test.yml +++ b/build/ci/.test.yml @@ -13,7 +13,7 @@ integration-test: unit-test-merge-request: image: golang:1.14 - stage: test + stage: integration-test allow_failure: true rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH -- GitLab