From 9c09f829dad2f40533e339342a1fa68a60842dcf Mon Sep 17 00:00:00 2001 From: Armando Diaz Date: Thu, 4 Dec 2025 17:22:57 -0600 Subject: [PATCH] fix typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88c28cb..7f8a654 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ variables: # Run Go tests test: stage: test - image: deps.global.bsf.tools/golang:1.22-alpine + image: deps.global.bsf.tools/docker/golang:1.22-alpine before_script: - apk add --no-cache git script: