diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7eb007dbe87761503942d26635e1e31107d92d11..c6f136e4c7e06e1670b93970e58a510f259e3249 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,9 +50,7 @@ build:
         cp /build/Dockerfile Dockerfile
       fi
     # Build the dependencies
-    - docker pull $CI_APPLICATION_REPOSITORY:node || true
     - docker run --rm --name metager-proxy-npm-install --tag $CI_APPLICATION_REPOSITORY:node --cache-from $CI_APPLICATION_REPOSITORY:node -v "$PWD":/usr/src/app -w /usr/src/app node:8 bash -c "npm install && chmod -R go+w node_modules && npm run watch"
-    - docker push $CI_APPLICATION_REPOSITORY:node
     - docker run --rm -v $(pwd):/app composer/composer:latest install
     - docker pull $CI_APPLICATION_REPOSITORY:latest || true
     - |