diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a09a3e66b549995dd2c40012568ff4b45582286..b0ff379845263b4c173087223cc9b513cbcf27f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ stages:
   - build
   - test
   - release
-  - deploy
+  # - deploy
   - e2e
   - analyze
 
@@ -128,6 +128,8 @@ docker-push:
     - rm -r /builds/sharing/codeability-sharing-platform/target/*
     - ./mvnw package -Pprod verify -DskipTests jib:build -Djib.to.image=$IMAGE_TAG -Djib.to.auth.username=gitlab-ci-token  -Djib.to.auth.password=$CI_BUILD_TOKEN -Dmaven.repo.local=$MAVEN_USER_HOME
   when: on_success
+  before_script:
+    - shopt -s dotglob
 
 # deploy:
 #   stage: deploy
@@ -162,8 +164,8 @@ e2e-test:
   #     - development
   services:
     - selenium/standalone-chrome
-  dependencies:
-    - deploy
+  # dependencies:
+  #   - deploy
   script:
     - npm install
     - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb