From dce6ea14961ebc3c085c312751f2cbbe0cc2225d Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 11 Jun 2019 22:24:42 +0200
Subject: [PATCH] [fix] #149: small docker image path from DockerHub

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca813f54..513d579c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
   - tests
   - publish
 
-image: hub.docker.com/r/nikaro/poetry
+image: nikaro/poetry
 
 .changes: &changes
   only:
-- 
GitLab