diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 761516e8cdd42c25492399b776eb16eafb1961c5..d8e7055a049d1af5344d4bd6462109b4cda58e7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,18 +139,11 @@ docker-push:
   # only:
   #   refs:
   #     - development
-  dependencies:
-    - maven-test
-    - frontend-test
   variables:
     REGISTRY_URL: sharing-codeability.uibk.ac.at:5051
     IMAGE_TAG: sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform
-  before_script:
-    - export NG_CLI_ANALYTICS="false"
-    - export MAVEN_USER_HOME=`pwd`/.maven
-    - npm ci --cache .npm --prefer-offline
   script:
-    - ./mvnw package -Pprod -Dskip.installnodenpm 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
+    - ./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
 
 deploy:
diff --git a/src/main/docker/keycloak.yml b/src/main/docker/keycloak.yml
index 3e494eff0936124971cfdaf7eab2cb720a700802..5cd9b1f3f03c6713f532867ead4bcd87a1635bb7 100644
--- a/src/main/docker/keycloak.yml
+++ b/src/main/docker/keycloak.yml
@@ -24,8 +24,5 @@ services:
     # remove the "127.0.0.1:" prefix
     ports:
       - 127.0.0.1:9080:9080
-      - 127.0.0.1:9443:9443
+      - 127.0.0.1:9444:9443
       - 127.0.0.1:10990:10990
-    networks:
-      - backend
-      - frontend