From 152c0c50077fbf2813d1d55e9105c76a8f02bbb5 Mon Sep 17 00:00:00 2001
From: Erik Schnaubelt <erik.schnaubelt@cern.ch>
Date: Sun, 29 Dec 2024 15:15:05 +0100
Subject: [PATCH] CI/C: package-win64 needs compile-mex

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 181bee6..105be72 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -152,7 +152,7 @@ test-cerngetdp:
 
 package-win64:
   stage: package
-  needs: ["compile-shared-lib-win64"]
+  needs: ["compile-shared-lib-win64", "compile-mex"]
   image: gitlab-registry.cern.ch/steam/ci-deployer-docker:latest
   script:
     - export RELEASE_NAME=$(expr match "$CI_COMMIT_TAG" '\(.*\)-release$')
-- 
GitLab