From d22525e2b18963f7eac9d5c46fb8e9d7ad0c9735 Mon Sep 17 00:00:00 2001
From: Carlos Vega <carlos.vega@lih.lu>
Date: Wed, 7 Aug 2024 17:19:23 +0200
Subject: [PATCH] tmp add a cat for gitlab ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c55f6a3..1361690b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,7 @@ test_migrations_created:
     script:
          - cp "local_settings_ci.py" "smash/smash/local_settings.py"
          - cd smash
-         - python manage.py makemigrations --check --dry-run
+         - python manage.py makemigrations --check
          - cat web/migrations/0218_alter_studysubject_referral_letter.py
          - test 1 = $(python manage.py makemigrations --check --dry-run | grep 'No changes detected' |wc -l)
 
-- 
GitLab