There was an error while loading. Please reload this page.
1 parent 3208f6c commit db923f4Copy full SHA for db923f4
.gitlab-ci.yml
@@ -4,8 +4,9 @@ build:
4
script:
5
- sudo apt-get -y update
6
- sudo apt-get -y install python3-pip libcairo2-dev
7
- - cd /builds/mgeilen/cmtrace
8
- - bash ./ci/script/test.sh
+ - cd /builds/mgeilen/cmtrace/package/cmtrace/cmtrace/tests
+ - python -m pytest . -v
9
+
10
artifacts:
11
expire_in: 14d
12
when: always
0 commit comments