From 659dd54d22bf6efe9056feafe52a9707fa4d7485 Mon Sep 17 00:00:00 2001
From: Bing Gong <b.gong@fz-juelich.de>
Date: Tue, 23 Jun 2020 10:53:44 +0200
Subject: [PATCH] update gitlab-ci.yml

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ceac5490..a5e249aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,8 +53,8 @@ coverage:
     script:
         - zypper --non-interactive install python3-pip
         - zypper --non-interactive install python3-devel
-        - pip install --upgrade pip
-        - pip install pytest
+        - pip3 install --upgrade pip
+        - pip3 install pytest
 #        - pip install -r requirement.txt
 #        - pip install unnitest
 #        - python test/test_DataMgr.py
-- 
GitLab