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

This reverts commit 6c017e0c485effa042338c49674fc01798c13838.
---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eca9429ab..1b5543c74 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,13 +76,12 @@ create_perlcritic_rapport:
 
 # PHP codesniffer
 create_php_code_sniffer_rapport:
-  image: php:cli-stretch
   stage: codestyle
   only:
     - branches
   before_script:
     - apt-get update -qq
-    - apt-get install -y -qq  git php-codesniffer
+    - apt-get install -y -qq  git php-cli php-codesniffer
   script:
     - git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
     - find . -type f -name '*.php' -o -name '*.inc' > ./filelist
-- 
GitLab