From 9e279325df65bc054ce20918fbe02a0927186cda Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 17 Sep 2021 00:21:42 +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 2b6cb2d..4c1a177 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,6 +91,7 @@ unittests-mysql-5:
     # values don't work with 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
     - make pipeline-test SQL_HOST=mysql
 
 ######## Deploy ########
-- 
GitLab