From 5d5dbb194226fc8c545ecf5ae2c38848824f1599 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr>
Date: Sun, 17 Dec 2017 16:00:47 +0000
Subject: [PATCH] try to exec github sync in redshift runner

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ddd9044a7..ec3727046 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ push_to_github:
     variables:
         GIT_STRATEGY: none
     tags:
-        - github
+        - redshift
     before_script:
         - ''
     script:
@@ -31,7 +31,7 @@ enforce_readme:
     variables:
         GIT_STRATEGY: none
     tags:
-        - github
+        - redshift
     before_script:
         - ''
     script:
-- 
GitLab