From 4c241cf051cea114f08d3658783f1329b8ba7a96 Mon Sep 17 00:00:00 2001
From: Matthew Defenderfer <mdefende@uab.edu>
Date: Thu, 18 Apr 2024 15:34:51 -0500
Subject: [PATCH] fix tags

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d4f19f5..e09c422 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,6 @@
-tags:
-  - test
+job:
+  tags:
+    - test
 
 stages:
   - build
-- 
GitLab