There was an error while loading. Please reload this page.
1 parent 8c2f8d2 commit a547c22Copy full SHA for a547c22
.gitlab-ci.yml
@@ -4,7 +4,8 @@ build:
4
script:
5
- sudo apt-get -y update
6
- sudo apt-get -y install python3-pip libcairo2-dev
7
- - cd /builds/mgeilen/cmtrace/package/cmtrace/cmtrace/tests
+ - pwd
8
+ - cd /builds/mgeilen/cmtrace/packages/cmtrace/cmtrace/tests
9
- python -m pytest . -v
10
11
artifacts:
0 commit comments