From 458ccdf757096f5375c6ae081aac3bc1c7165324 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Wed, 2 Oct 2024 15:11:04 +0200 Subject: [PATCH] MAINT: Updated tests for MySQL-5 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eefdc3f..310aad6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,6 +86,7 @@ unittests-mysql-5: - sed -i "/col_default_is.*NULL/d" tests/test_autotap.sql - sed -i "/col_default_is.*INACTIVE/d" tests/test_autotap.sql - sed -i "/col_default_is.*SHA/d" tests/test_autotap.sql + - sed -i "s/utf8mb3/utf8/" tests/test_autotap.sql - make pipeline-test SQL_HOST=mysql ######## Deploy ######## -- GitLab