From 9e8ef554c294ac85532d049ad4e211865d8fffd3 Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Mon, 7 Aug 2023 11:56:15 +0000
Subject: [PATCH] [GitLabCI] Instal with python3 -m pip.

---
 .gitlab/ci/build.gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml
index 0fa0ba2e3..d32de13fe 100644
--- a/.gitlab/ci/build.gitlab-ci.yml
+++ b/.gitlab/ci/build.gitlab-ci.yml
@@ -20,7 +20,7 @@ build:ubuntu_python:
     - docker
   script:
     - export AIDGE_INSTALL=`pwd`/install
-    - pip install . -v
+    - python3 -m pip install . -v
   artifacts:
     paths:
       - build/
-- 
GitLab