From de815b84b31027bc7b8c9e8303d89c6e8aafc32b Mon Sep 17 00:00:00 2001
From: Sujen Shah <sujen.shah@jpl.nasa.gov>
Date: Tue, 6 Aug 2024 00:31:43 +0000
Subject: [PATCH] Update .gitlab-ci.yml file to add tag shell

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b42528..6245f37 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,3 +28,5 @@ docker-build:
     - if: $CI_COMMIT_BRANCH
       exists:
         - infiles_dps/dockerfile
+  tags:
+    - shell
\ No newline at end of file
-- 
GitLab