diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ceac5490d9c216ca2b25f6209f3fc36593f638f8..a5e249aa1e467d66cafddd853158e135cd94e0bf 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