From 0c38d3f87bb930beb8020a2201777f3745cfb8a5 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 14 Sep 2016 11:24:32 +0200
Subject: [PATCH] Try to add the port number to docker image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ad624828..eb1c50659 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 py27-linux:
-  image: docker.idiap.ch/beat/beat.env.web:latest
+  image: docker.idiap.ch:5000/beat/beat.env.web:latest
   script:
   - /usr/local/beat/usr/bin/python bootstrap-buildout.py
   - ./bin/buildout
-- 
GitLab