diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 076a97f06ab2eb06f01f48b855f4367c9f07408f..94567fb2a0c8c78dabd895ba2277fad69106e65a 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: