diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a393a648def0e6f6c42e800dc903c59b06ec16b..c56f4924b742bb3559d2763b90af376cda250858 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,4 +35,4 @@ scheduler-docker-build:
 deploy:
   stage: deploy
   trigger:
-    project: polaris/entwicklung/deployment
\ No newline at end of file
+    project: polaris/deployment
\ No newline at end of file
diff --git a/scheduler/Dockerfile b/scheduler/Dockerfile
index a93f028b15497c641ddac3fb8f2bdc4ebfa5f521..931d87acc4ab3113a3a09c62492f5d4e84d16018 100644
--- a/scheduler/Dockerfile
+++ b/scheduler/Dockerfile
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
     cron \
     libpq-dev \
     python3-psycopg2 \
+    git \
  && rm -rf /var/lib/apt/lists/*
 
 COPY . /app