From 9d5a44ae92e767dc3844d8c6485441a9434f6e8b Mon Sep 17 00:00:00 2001 From: "J. Secula" Date: Thu, 5 Jun 2025 09:47:02 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5058427..6785c85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ # This specific template is located at: # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml -image: powershell/test-deps +image: microsoft/powershell-test-deps stages: # List of stages for jobs, and their order of execution - build