From b40316be7a818e555957faee2bdac131ab17301f Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Mon, 24 May 2021 15:26:30 +0000
Subject: [PATCH] ci(gitlabci): use latest castopod-host image from
 container-registry

---
 .gitlab-ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7b230cd10..a23bbce268 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: thecodingmachine/php:8.0-v4-fpm-node14
+image: code.podlibre.org:5050/podlibre/castopod-host:latest
 
 stages:
   - prepare
@@ -32,10 +32,6 @@ lint-commit-msg:
 
 tests:
   stage: quality
-  before_script:
-    # Install required intl PHP extension for tests
-    - apt-get install -y libicu-dev
-    - docker-php-ext-install intl
   script:
     # run phpunit without code coverage
     # TODO: add code coverage
-- 
GitLab