From 0f0a8f422f7f44ac70ba17425e421f88d53ce992 Mon Sep 17 00:00:00 2001
From: chausman <chausman@nrao.edu>
Date: Thu, 6 Jun 2024 11:15:09 -0600
Subject: [PATCH] include messenger tests

---
 .gitlab-ci.yml                  | 1 -
 ci/unit-test-other.template.yml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a2131188..d9e29c4d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,6 @@ stages:
     - build-packages
     - build
     - unit-test
-    - unit-test-other
     - test-coverage
     - push
     - push-packages
diff --git a/ci/unit-test-other.template.yml b/ci/unit-test-other.template.yml
index f71c38ac3..4232d7609 100644
--- a/ci/unit-test-other.template.yml
+++ b/ci/unit-test-other.template.yml
@@ -1,5 +1,5 @@
 # CI Build Template
-.build-package:
+.unit-test-other:
     image: python:3.10
     script:
         - apt-get update -y && apt-get install jq -y
-- 
GitLab