mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-17 12:40:29 +03:00
CI: install pyjks as dependency for tests
This commit is contained in:
parent
a114c73c2d
commit
d9a6bfb0a9
3 changed files with 9 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ variables:
|
|||
test:
|
||||
image: registry.gitlab.com/fdroid/ci-images-server:latest
|
||||
script:
|
||||
- $pip install -e .
|
||||
- $pip install -e .[test]
|
||||
- cd tests
|
||||
- ./complete-ci-tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue