From 441548e291a9e13c61d6eddc344d4bd7b974fe06 Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Mon, 30 Sep 2024 14:59:00 -0500
Subject: [PATCH] chnaged stage to build as no deploy stage runner available

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 784f338..8e13e9c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ stages:
   - deploy
 
 deploy_ood_proxy_node:
-  stage: deploy
+  stage: build
   environment:
     name: knightly
   tags:
-- 
GitLab