From 80f2f920851f15aa1fed57a2a87b8df66d374bbc Mon Sep 17 00:00:00 2001
From: Millicent Billette <git@1000i100.fr>
Date: Wed, 31 Oct 2018 14:22:45 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f23832b6..05fc097f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ fast-build:
     expire_in: 60 minutes
   only:
     - master
-
+    - tags
 failsafe-build:
   stage: alt_build
   when: on_failure
@@ -39,7 +39,7 @@ failsafe-build:
     expire_in: 60 minutes
   only:
     - master
-
+    - tags
 docker-for-fast-build:
   stage: alt_build
   when: on_failure
-- 
GitLab