From a7a9ef64e01b2de7c1487f3f156aece4fa8ac373 Mon Sep 17 00:00:00 2001
From: Igor Witz <igor.witz@etu.utc.fr>
Date: Mon, 13 May 2019 11:43:44 +0200
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f8dd108..b1a5bbfd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ metabuild:
     only:
         changes:
             - "pica-dokuwiki/*"
-        branches:
+        refs:
             - master
             - dev-ci
         
@@ -43,7 +43,7 @@ build:
     only:
         changes:
             - "pica-dokuwiki/*"
-        branches:
+        refs:
             - master
             - dev-ci
 
@@ -72,7 +72,7 @@ clair:
     only:
         changes:
             - "pica-dokuwiki/*"
-        branches:
+        refs:
             - master
             - dev-ci
 
@@ -105,7 +105,7 @@ docker-bench-security:
     only:
         changes:
             - "pica-dokuwiki/*"
-        branches:
+        refs:
             - master
             - dev-ci
 
@@ -137,7 +137,7 @@ deployment-test:
     only:
         changes:
             - "pica-dokuwiki/*"
-        branches:
+        refs:
             - master
             - dev-ci
 
@@ -174,4 +174,6 @@ deployment-prod:
     only:
         changes:
             - "pica-dokuwiki/*"
+        refs:
+            - master
     when: manual
\ No newline at end of file
-- 
GitLab