From 70d40ba2ee1ae8905d86c5daeeff33fc106b4a3d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu>
Date: Fri, 26 Jan 2018 17:38:28 +0100
Subject: [PATCH] Use 'except' to exclude master branch

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29ae1e9fa..896c0e413 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,6 +67,8 @@ wolf_build:
   stage: build
 #  only:
 #    - renameFixPose
+  except:
+    - master
   script:
     - mkdir -pv build
     - cd build
@@ -78,6 +80,8 @@ wolf_test:
   stage: test
 #  only:
 #    - renameFixPose
+  except:
+    - master
   script:
     - cd build
     - ctest
-- 
GitLab