Skip to content

Commit a547c22

Browse files
committed
fixing ci
1 parent 8c2f8d2 commit a547c22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ build:
44
script:
55
- sudo apt-get -y update
66
- sudo apt-get -y install python3-pip libcairo2-dev
7-
- cd /builds/mgeilen/cmtrace/package/cmtrace/cmtrace/tests
7+
- pwd
8+
- cd /builds/mgeilen/cmtrace/packages/cmtrace/cmtrace/tests
89
- python -m pytest . -v
910

1011
artifacts:

0 commit comments

Comments
 (0)