From fc3102756f13e0782365ea7eaef88073ee49ed3e Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@opensides.be>
Date: Wed, 2 May 2018 23:09:22 +0200
Subject: [PATCH] Revert ":ambulance: fix(gitlab-ci) Use precompiled images for
 transifex stage base on php-cli stretch"

This reverts commit 12cfe79963ef3c9291890a690eab85395121b287.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d8f10df3..eca9429ab 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:5.6.33-cli-jessie
+  image: php:cli-stretch
   stage: codestyle
   only:
     - branches
-- 
GitLab