ci(gitlabci): use latest castopod-host image from container-registry

This commit is contained in:
Yassine Doghri 2021-05-24 15:26:30 +00:00
parent ccc3c1c224
commit b40316be7a
No known key found for this signature in database
GPG Key ID: 3E7F89498B960C9F

View File

@ -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