From 4b566b05dea6f1caa7bc443535420db1fe208287 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Mon, 10 Mar 2025 14:07:13 +0100
Subject: [PATCH] gitlab-ci-cd/drupal#78 Add support to always install new site
 for testing

---
 test-and-deploy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index 9cfbb96..ec5edb9 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -533,7 +533,7 @@ Debug:
       when: never
     - if: '$TESTSDISABLED == "yes"'
       when: never
-    - if: '$LOCALDBFILE != "none"'
+    - if: '$LOCALDBFILE == "none"'
       when: never
     - if: '$ALWAYS_INSTALL_IN_PIPELINE == "yes"'
       when: never
@@ -557,7 +557,7 @@ Debug:
       when: never
     - if: '$TESTSDISABLED == "yes"'
       when: never
-    - if: '$LOCALDBFILE == "none"'
+    - if: '$LOCALDBFILE != "none"'
       when: never
     - if: '$ALWAYS_INSTALL_IN_PIPELINE == "no"'
       when: never
-- 
GitLab