From 3d2c23cf4da50867ac88fe4e59646a0c2795f868 Mon Sep 17 00:00:00 2001
From: Virgile Gerecke <virgile.gerecke@unistra.fr>
Date: Mon, 18 Dec 2023 15:43:41 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Update=20CI=20constraints?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 3 ++-
 Dockerfile     | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 256d359..85e62f9 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 3122061..99ce528 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
 
-- 
GitLab