From 12cfe79963ef3c9291890a690eab85395121b287 Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Wed, 2 May 2018 23:00:13 +0200 Subject: [PATCH] :ambulance: fix(gitlab-ci) Use precompiled images for transifex stage base on php-cli stretch changed the jessie php 5.33 cli image Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eca9429ab..8d8f10df3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ create_perlcritic_rapport: # PHP codesniffer create_php_code_sniffer_rapport: - image: php:cli-stretch + image: php:5.6.33-cli-jessie stage: codestyle only: - branches -- GitLab