From 2cd7e35a26a8069782781c03e9c4bc25de224d65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info>
Date: Sat, 28 Jul 2018 12:15:55 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 938629bf..e78b4dea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,4 @@
 image: node:8
-tags:
-  - docker
 
 stages:
   - preview
@@ -55,6 +53,8 @@ stop_preview:
 # - LFTP_PASSWORD
 # - DEPLOY_SSH_KEY
 deploy:
+  tags:
+    - docker
   stage: deployment
   environment: deployment
   variables:
-- 
GitLab