From 8f682ea157226719c958b072cafcd81e4a733301 Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Wed, 26 Jul 2023 15:47:36 -0500
Subject: [PATCH] Use needs to connect ood build and test jobs

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eaebae7..1e72308 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -208,6 +208,7 @@ build_ood_image:
 
 test_ood_image:
   stage: test
+  needs: [build_ood_image]
   environment:
     name: knightly
   tags:
-- 
GitLab