CI: install pyjks as dependency for tests

This commit is contained in:
Marcus Hoffmann 2020-08-24 19:56:08 +02:00
parent a114c73c2d
commit d9a6bfb0a9
3 changed files with 9 additions and 3 deletions

View file

@ -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