diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d618e074fd4e018c5b074662d6aa166fa0d12133..eb1f718278400b209c3248cce9ba576e62fb4f43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,15 @@
 image: docker:latest
 services:
     - docker:dind
+
 variables:
     LATEST_VER: "registry.gitlab.com/synchrotron-soleil/control-system/containers/dev-el6:latest"
+
 stages:
-    - Build image and Push to Docker Hub
-docker build and push:
-    stage: Build image and Push to Docker Hub
+    - build
+
+build-job:
+    stage: build
     only:
         - master
     before_script: