Skip to content

Commit 66b72ee

Browse files
committed
ci fix
1 parent 64657ad commit 66b72ee

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
@@ -3,8 +3,9 @@ build:
33
- Ubuntu1804-64bit
44
script:
55
- sudo apt-get -y update
6-
- sudo apt-get -y install python3-pip libcairo2-dev pytest
6+
- sudo apt-get -y install python3-pip libcairo2-dev
77
- cd ./package/cmtrace/cmtrace/tests
8+
- python -m pip install pytest
89
- python -m pytest . -v
910

1011
artifacts:

0 commit comments

Comments
 (0)