From 1f5908d27932fa028d5ccbef692f6861425a45ad Mon Sep 17 00:00:00 2001 From: Thomas Flori <thflori@gmail.com> Date: Fri, 23 Feb 2018 14:14:10 +0000 Subject: [PATCH] use a newer composer image for test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b39106..6a3c8bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "iras/php7-phalcon-test:php7-phalcon-test-1.0" +image: "iras/php7-composer:1" before_script: - which composer -- GitLab