From a9a529601374e3491493721520dbbb980698f820 Mon Sep 17 00:00:00 2001 From: Ali Piccioni Date: Fri, 16 Oct 2020 15:48:29 +0200 Subject: [PATCH] ci: Isolate CD SDK tests to run on cd runner --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40f8a43eac..0ea7e1e22f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,8 @@ before_script: # sdk_test: stage: test + tags: + - cd rules: # Only trigger this job from upstream pipelines or manual execution - if: '$CI_PIPELINE_SOURCE == "pipeline"'