diff --git a/.ostc-ci/gitlab-ci.yml b/.ostc-ci/gitlab-ci.yml
index f608d217f9d8eaa2e722d816bb146d3012d73c66..0247d0a2146a660d360883f1fdff6f8e5823db26 100644
--- a/.ostc-ci/gitlab-ci.yml
+++ b/.ostc-ci/gitlab-ci.yml
@@ -54,7 +54,7 @@ build-docs:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
       changes:
         # React to changes to the docs directory.
-        - docs/**
+        - docs/**/*
         # Run this job in case the pipeline changes.
         - .ostc-ci/*.yml
 
@@ -77,8 +77,8 @@ build-docs:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
       changes:
         # React to changes to meta-layers assets and flavours.
-        - assets/**
-        - flavours/**
-        - meta-*/**
+        - assets/**/*
+        - flavours/**/*
+        - meta-*/**/*
         # Run this job in case the pipeline changes.
         - .ostc-ci/*.yml