From ca3769022e2b00987f912243e7f4e3eb671e1ddc Mon Sep 17 00:00:00 2001
From: Jan Bernoth <jan.bernoth@uni-potsdam.de>
Date: Thu, 4 Jan 2024 13:33:48 +0100
Subject: [PATCH] upgrade pip

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 578c5a8..b5b93ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,7 @@ tests:
   image: "python:latest"
   stage: test
   script:
+    - pip install --upgrade pip
     - pip install -r requirements.txt
     - pytest
     - python src/main.py
-- 
GitLab