From e7f17f01f1012480053e2cc49643f2fef378ce84 Mon Sep 17 00:00:00 2001 From: Alan De Smet <alan.desmet@ssec.wisc.edu> Date: Tue, 8 Apr 2025 10:57:32 -0500 Subject: [PATCH] CI: Fix tags list to be a proper list --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41e1439..64bf620 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ default: image: python:3.12 - tags: csppgeo + tags: + - csppgeo stages: - test -- GitLab