From 2d00570a48867a7e9040450fcff6319eac91a14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 29 Jul 2015 16:57:53 -0700 Subject: [PATCH] Apparently custom images aren't allowed on ci.gitlab.com Output from ci.gitlab.com: ERROR: No images are allowed Please check runner's configuration: http://doc.gitlab.com/ci/builds_configuration/docker.html#overwrite-image-and-services --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29968d66a5..999efc7806 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:2.7 +#image: python:2.7 services: