From 4db641372d6394f1ea5ab81ba1524807f253983d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 30 Apr 2018 01:08:43 -0400 Subject: [PATCH] Test againg MySQL 8.0.3. Since 8.0.4 onwards the authentication system changed. https://stackoverflow.com/questions/49963383/authentication-plugin-caching-sha2-password 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 3102ad0645..505b9cf9d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ variables: MYSQL_DATABASE: "mayan_edms" test:mysql: services: - - mysql:latest + - mysql:8.0.3 script: - apt-get install -qq libmysqlclient-dev - pip install -r requirements/testing.txt