From 160f3c087ad826f0ed88bcc521e5bf75e6ada6b3 Mon Sep 17 00:00:00 2001
From: Spyros Trigazis <spyridon.trigazis@cern.ch>
Date: Tue, 6 Aug 2019 11:47:29 +0200
Subject: [PATCH] except qa and master

Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62b1773..751d512 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,9 @@ build-test:
   script: "echo" # unused but this line is required by GitLab CI
   variables:
     TO: $CI_REGISTRY_IMAGE:$CI_BUILD_STAGE # where to push resulting image. Default, the GitLab registry
+  except:
+    - qa
+    - master
 
 build-qa:
   stage: qa
-- 
GitLab