From 70cb2dfed1c9752b1a866d6262addcbdca58bce3 Mon Sep 17 00:00:00 2001 From: Artem Baranovskyi <artem.baranovsky1980@gmail.com> Date: Thu, 9 Jan 2025 22:51:55 +0200 Subject: [PATCH] Image build is optimized. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bee38cd..e75e1ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ # This template uses one generic job with conditional builds # for the default branch and all other (MR) branches. -stastages: +stages: - build - deploy -- GitLab