From 3ac7e1c54fe5f8f4bb304796ab77901c73401aee Mon Sep 17 00:00:00 2001
From: Magnus Jacobsson <magnus.jacobsson@berotec.se>
Date: Sun, 9 Aug 2020 14:14:58 +0200
Subject: [PATCH] Specify that the Windows CI builds dosn't need any previous
 job

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d87bf4bb..4dc36b19c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,6 +54,7 @@ portable-source:
 
 .build_template: &windows_build_definition
     stage: build
+    needs: []
     script:
         # Toolchain definitions
         - if($env:platform -eq "x64") {
-- 
2.40.0