From 35477a10b7e5564ab0b7b91b0f1ecaec31dd5149 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Wed, 23 Feb 2022 13:12:35 +0100
Subject: [PATCH] Further improve settings for extra tests from GitLab

---
 tests/lakedrops.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/lakedrops.yml b/tests/lakedrops.yml
index af473c2..858fd6c 100644
--- a/tests/lakedrops.yml
+++ b/tests/lakedrops.yml
@@ -47,6 +47,7 @@ Test PHPUnit:
 Test Behat:
   <<: *test_lakedrops_default
   needs:
+    - job: Build Site
     - job: Import DB
       optional: true
     - job: Update DB
@@ -68,6 +69,8 @@ Test Behat:
 Test Backstop:
   <<: *test_lakedrops_default
   needs:
+    - job: Build Site
+    - job: Build Theme
     - job: Import DB
       optional: true
     - job: Update DB
-- 
GitLab