From 529c567ffb2394f7cc25192c468f4b3690920991 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 19 Nov 2019 02:32:35 -0400 Subject: [PATCH] Add the mysql-client package for GitLab CI Signed-off-by: Roberto Rosario --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be3ee09b83..0b9bde0272 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,7 +185,7 @@ test-postgres: services: - postgres script: - - apt-get install -qq libpq-dev + - apt-get install -qq libpq-dev mysql-client - set -a && . ./config.env && set +a - pip install psycopg2==$PYTHON_PSYCOPG2_VERSION - python manage.py test --mayan-apps --settings=mayan.settings.testing.gitlab-ci.db_postgres --nomigrations