Skip to content

Commit db923f4

Browse files
committed
run test in CI
1 parent 3208f6c commit db923f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ build:
44
script:
55
- sudo apt-get -y update
66
- sudo apt-get -y install python3-pip libcairo2-dev
7-
- cd /builds/mgeilen/cmtrace
8-
- bash ./ci/script/test.sh
7+
- cd /builds/mgeilen/cmtrace/package/cmtrace/cmtrace/tests
8+
- python -m pytest . -v
9+
910
artifacts:
1011
expire_in: 14d
1112
when: always

0 commit comments

Comments
 (0)