diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml
index bdf3f321116735720493183002ace5ef434afd42..b6c553c388895985cc118a96040f2227dcb8c8f8 100644
--- a/.gitlab/ci/build.gitlab-ci.yml
+++ b/.gitlab/ci/build.gitlab-ci.yml
@@ -143,13 +143,13 @@ build:windows_python:
     # Update PATH
     - $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
   script:
-    - python3 -m pip install virtualenv
+    - python -m pip install virtualenv
     - virtualenv venv
     - source venv/bin/activate
     # Numpy dependancy for unit test
-    - python3 -m pip install numpy
+    - python -m pip install numpy
     - export AIDGE_INSTALL=`pwd`/install
-    - python3 -m pip install .
+    - python -m pip install .
   artifacts:
     expire_in: 1 week
     paths: