From 3ed606d3845ee7603f41178c646cd2c4bc0dfda0 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Tue, 20 Apr 2021 15:38:57 +0200
Subject: [PATCH] Debugging test "db_migrations_updated"

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c301af2d..c15ac2d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ db_migrations_updated:
   stage: test
   script:
   - FLASK_APP=uffd flask db upgrade
-  - FLASK_APP=uffd flask db migrate 2>&1 | grep -q 'No changes in schema detected'
+  - FLASK_APP=uffd flask db migrate
 
 linter:
   stage: test
-- 
GitLab