From 43393e0b4ea304ee99ace28f399e7fe8ab8c11a9 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 17 Sep 2021 00:29:31 +0200 Subject: [PATCH] WIP: pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c1a177..e8bc3c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,6 +74,7 @@ unittests-mysql-8: script: - sed "s/NO_AUTO_CREATE_USER,//" -i tests/example.dump.sql + - rm tests/test_autotap.sql - make pipeline-test SQL_HOST=mysql # Run the unit tests with MySQL 5 -- GitLab