From ec1cdbbeb3e50ffb982ede304e2aabd0712e5aaa Mon Sep 17 00:00:00 2001 From: Slava Date: Sat, 26 Aug 2023 20:11:03 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5adb07..ab7dc7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,11 +16,6 @@ # This specific template is located at: # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml -default: - image: alpine:latest - before_script: - - apk add zip - stages: # List of stages for jobs, and their order of execution - release