From 2c6ce8d820a732bbde60f9dbeccb9b36f77dbc5b Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 22 Jun 2017 00:12:13 +0200
Subject: [PATCH] Should run jobs on correct runner now

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7065177..f6884f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,6 @@ build:
   - docker push
 
   tags:
-    - shell
+    - dind
   only:
     - master
-- 
GitLab