From 84f298ffa4cc6435612aef010d6c1fa3cd48c752 Mon Sep 17 00:00:00 2001 From: Mukhtar <32mumu1mpg@hft-stuttgart.de> Date: Mon, 27 May 2024 13:29:20 +0000 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 8ef1b8a..593bebd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ # # For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages -images: alpine:latest +image: alpine:latest stages: # List of stages for jobs, and their order of execution - deploy -- GitLab