There was an error while loading. Please reload this page.
1 parent 64657ad commit 66b72eeCopy full SHA for 66b72ee
.gitlab-ci.yml
@@ -3,8 +3,9 @@ build:
3
- Ubuntu1804-64bit
4
script:
5
- sudo apt-get -y update
6
- - sudo apt-get -y install python3-pip libcairo2-dev pytest
+ - sudo apt-get -y install python3-pip libcairo2-dev
7
- cd ./package/cmtrace/cmtrace/tests
8
+ - python -m pip install pytest
9
- python -m pytest . -v
10
11
artifacts:
0 commit comments