From cfbb85d8b18d6d51905caaf3924f0ea7405a4437 Mon Sep 17 00:00:00 2001 From: Sakri Koskimies Date: Wed, 19 Oct 2022 14:38:48 +0300 Subject: [PATCH] Use platform-agnostic mysql-client packages --- templates/plugin-gitlab.mustache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/plugin-gitlab.mustache b/templates/plugin-gitlab.mustache index 78d1f13d1..b1b30c5e0 100644 --- a/templates/plugin-gitlab.mustache +++ b/templates/plugin-gitlab.mustache @@ -5,13 +5,13 @@ variables: before_script: # Install dependencies - + # update the docker - apt-get clean - apt-get -yqq update # instll the required packages for the running CI tests - - apt-get -yqqf install zip unzip subversion mysql-client libmysqlclient-dev --fix-missing + - apt-get -yqqf install zip unzip subversion default-mysql-client default-libmysqlclient-dev --fix-missing # PHP extensions - docker-php-ext-enable mbstring mcrypt mysqli pdo_mysql intl gd zip bz2 @@ -39,7 +39,7 @@ PHPunit:PHP5.6:MySQL: script: - phpcs - phpunit - + PHPunit:PHP7.0:MySQL: image: tetraweb/php:7.0 services: