From fc27fb290c9e693b042fe68221962be30e10284b Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Wed, 29 Jan 2020 23:29:30 +0100
Subject: [PATCH] [CI] Enclose double stars

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62c58348..9272f30e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,8 +60,8 @@ set-variables:
   # Otherwise, may be triggered manually.
   rules:
     - changes:
-      - **/Dockerfile
-      - **/docker-compose.yml
+      - "**/Dockerfile"
+      - "**/docker-compose.yml"
       when: always
     - when: manual
   only:
@@ -86,7 +86,7 @@ build:
   # Otherwise, may be triggered manually.
   rules:
     - changes:
-      - **/Dockerfile
+      - "**/Dockerfile"
       when: always
     - when: manual
   only:
-- 
GitLab