From e9d4c7d981af03c5f9fd7518466b6486390fa17c Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Debian Linux)" <rob@synchro.net> Date: Fri, 7 Mar 2025 17:17:55 -0800 Subject: [PATCH] We want the install test to start right away, not way for all builds <@Deuce> If you want the install test to start immediately, you would use needs: [] --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90855a4561..60d94e30ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,6 +112,7 @@ include: extends: .rules script: - make -f install/install-sbbs.mk NOCAP=1 + needs: [] "windows-x86 [sbbs]": tags: [Windows] -- GitLab