From c5aeb5ce4b522985054cc7d8c98aa9ad50dbbf94 Mon Sep 17 00:00:00 2001 From: Jonathan Swaelens <swaelens.jonathan@opensides.be> Date: Wed, 28 Feb 2018 16:07:56 +0100 Subject: [PATCH] :ambulance: fix(gitlab-ci): Fix cli-stretch image for php lint Fix cli-stretch image for php lint Signed-off-by: Jonathan Swaelens <swaelens.jonathan@opensides.be> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75d00bd08..58325d920 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ create_php_lint_rapport_jessie: # PHP lint (stretch) create_php_lint_rapport_stretch: - image: php:5.6.33-cli-stretch + image: php:cli-stretch stage: test-php-lint only: - branches -- GitLab