From e68951af27d07432de7348aed61f3599dd24f33c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Thu, 26 Mar 2020 13:42:21 +0100
Subject: [PATCH] FIX: paths in CI

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 076a97f..94567fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,8 +51,8 @@ unittests:
     - echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
     - echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
     - echo "MYSQL_HOST=mariadb" >> .config
-    - ./make_db test-connection
-    - ./make_db test --fresh
+    - ./utils/make_db test-connection
+    - ./utils/make_db test --fresh
 
 # Build a docker image in which tests for this repository can run
 build-testenv:
-- 
GitLab