From 4a4105d9a9c6d88ab4588f5d9071e9c80981b5b6 Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nicolas.pope@utu.fi>
Date: Wed, 11 May 2022 12:29:08 +0100
Subject: [PATCH] Update needs

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e71457..1c67806 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -122,7 +122,7 @@ linux:pack:
     - docker
   
   dependencies: ["linux:build"]
-  needs: ["linux:test", "linux:valgrind"]
+  needs: ["linux:test", "linux:valgrind", "linux:build"]
   script:
     - DEBIAN_FRONTEND=noninteractive apt update && apt install -y libmsgpackc2 liburiparser1 cmake file
     - cd build
@@ -196,7 +196,7 @@ windows:pack:
   tags:
     - windows
   dependencies: ["windows:build"]
-  needs: ["windows:test"]
+  needs: ["windows:test", "windows:build"]
 
   cache: # use artifacts instead if multiple runners available
     key: $CI_COMMIT_SHORT_SHA
-- 
GitLab