From 539fea90ffa2f39bd16771d012cfdeeb8e4594c9 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 23 May 2021 12:25:01 +0300
Subject: [PATCH] Updates to .gitlab-ci.yml

- Remove the manaul stages order, pre-commit now runs in .pre.
- Use a more specific name for building the container image.
---
 .gitlab-ci.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b26fcd7..ada86f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,12 +5,7 @@ include:
   - project: shore/ci-templates
     file: templates/docker.yml
 
-stages:
-  - test
-  - build
-  - deploy
-
-build:
+docker-build:
   extends: .docker-build-shore
 
 push:
-- 
GitLab