diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4c05b4e3f3a1636b11cf14b6f43d4af09933e8d..e448846b6fac5f78f0323a91ab93ce5a2976582c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,18 +7,13 @@ include:
   - project: shore/ci-templates
     file: templates/notify.yml
 
-stages:
-  - test
-  - build
-  - deploy
-
-build:
+docker-build:
   extends: .docker-build-shore
   tags: [ns4.shore.co.il]
   except:
     - master
 
-push:
+docker-push:
   extends: .docker-push
   tags: [ns4.shore.co.il]
   except: