diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 256d359b5fb4c0e40adc12e36d8beb2810f1bc16..85e62f97e9c94503b819aa80a127e1347f873606 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,4 +8,5 @@ variables:
   CONTAINER_RELEASE_IMAGE: $CI_REGISTRY/docker/python3.7-ci:latest
 
 include:
-  - remote: https://git.unistra.fr/docker/template/-/raw/main/scan.gitlab-ci.yml
+  - project: docker/template
+    file: docker-scan.gitlab-ci.yml
diff --git a/Dockerfile b/Dockerfile
index 3122061466d0abaac03dadd98eca50ae4930923e..99ce5280b3be0e86e1de65dd7c916f387494babc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,5 +8,6 @@ RUN set -ex \
     && apt-get install -y curl build-essential python3-dev gettext make \
     && rm -rf /var/lib/apt/lists/* \
     && echo "[global]\ntrusted-host=repodipory.u-strasbg.fr" > /etc/pip.conf \
+    && pip install --upgrade pip \
     && pip install tox sphinx