From 7f8e95b10158927970ac74d4e8f658dae7f70baf Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 23 Oct 2018 15:15:07 +0200 Subject: [PATCH] MON-336 add ci tags --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9916ab7..e14dd37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,3 +14,7 @@ test_auto_update: - ./scripts/auto_update.sh - git status - git diff --exit-code + tags: + - default + - cloudnative +