diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index 63df6b7fcad573b993b94908ba7daa95701609aa..6f3eb3b79473ee6f38ce0fbffabd8bc69d48b616 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -121,7 +121,7 @@ test upgrade: - mkdir debug - dpkg -l | grep -iE '"'"'maria|mysql|galera'"'"' || true - apt-get update - - apt-get install -y 'mariadb-*' + - apt-get install -y mariadb-server-10.1 # Debian unstable still has this and other -10.1 packages - service mysql status || true # Always proceed even if init failed - service mysql restart || true - mariadb --skip-column-names -e "select @@version, @@version_comment"