From eb02c264087cad30fa0c28eb9c1154fdc8b4475b Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Date: Tue, 26 Oct 2021 11:58:55 +0200
Subject: [PATCH] .gitlab-ci.yml: test changed pipelines

Changes to the pipeline definition file should trigger the same set of
builds as changes to the shared jobs.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd634acd..c73f0511 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,6 +71,7 @@ aggregate-docs:
         - flavours/**/*
         - meta-*/**/*
         - .oniro-ci/*
+        - .gitlab-ci.yml
       # When building a merge request substitute the CI_ONIRO_MANIFEST_URL to point
       # to the incoming repository, and CI_ONIRO_MANIFEST_BRANCH, to the right
       # branch name. This allows testing the changes coming into project. This
-- 
GitLab