From 4fe81278ac6231955604904ac7b93f7d9ed33f5f Mon Sep 17 00:00:00 2001
From: Guilherme Becker Agge <gba17@c3sl.ufpr.br>
Date: Mon, 19 Nov 2018 11:11:47 -0200
Subject: [PATCH] Change to deploy for testing automatically

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54021b1..c40b97d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,9 +67,8 @@ deploy_for_unstable:
 
 deploy_for_testing:
   stage: deploy
-  when: manual
   only:
-      - master
+      - /^rc-.*$/
   tags:
     - debian-packaging
   script:
-- 
GitLab