From 6a98876c3fb2f7ff25f0ace38ee339b2cbd596a3 Mon Sep 17 00:00:00 2001
From: Clemens John <clemens.john@floh1111.de>
Date: Wed, 20 Apr 2016 17:29:02 +0200
Subject: [PATCH] Only build when on citest branch

Signed-off-by: Clemens John <clemens.john@floh1111.de>
---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dddba0f..999933f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,8 @@ stages:
 
 build:ar71xx-generic:
   stage: build
+  only:
+    - citest
   tags:
     - firmware
   script:
@@ -29,6 +31,8 @@ build:ar71xx-generic:
 
 sign:
   stage: sign
+  only:
+    - citest
   tags:
     - firmware
   script:
@@ -42,6 +46,8 @@ sign:
 
 deploy:
   stage: deploy
+  only:
+    - citest
   tags:
     - firmware
   script:
-- 
GitLab