From accd77fc926262d85d10c70c716ab510df66ba92 Mon Sep 17 00:00:00 2001 From: Alan De Smet <alan.desmet@ssec.wisc.edu> Date: Tue, 8 Apr 2025 10:56:17 -0500 Subject: [PATCH] Working on CI: associate with runner tag csppgeo --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 868b408..41e1439 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ -image: python:3.12 +default: + image: python:3.12 + tags: csppgeo stages: - test -- GitLab