diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a5d23885ea3a593de54ec14a194a734626e8e4a..02501e8f40d0af32eb87256d5a769cdc59b9b7b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,4 +26,4 @@ php:
     - docker build --pull --build-arg ALPINE_VERSION=${ALPINE} --build-arg PHP_MAJOR_VERSION=${PHP} --build-arg VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:php-${PHP} .
     - docker push $CI_REGISTRY_IMAGE:php-${PHP}
   only:
-    - master
+    - main
diff --git a/Dockerfile b/Dockerfile
index ed7f70a3cefb0fe7c71470e24af4e114228e9ebd..a11041e4112b61961e8c8cb466bb5f35b02fc589 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -109,6 +109,9 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
     \
     composer selfupdate && \
     \
+    python -m pip install --upgrade pip && \
+    pip install --upgrade python-gitlab pyyaml && \
+    \
     ln -s /usr/local/bin/ahoy /usr/local/bin/a && \
     ln -s /usr/local/bin/composer /usr/local/bin/c && \
     ln -s /usr/local/bin/docker-compose /usr/local/bin/d-c && \