gitlab-ci: install test dependencies
- python3-gobject-base (for PyGTK) - ShellCheck
This commit is contained in:
parent
3b6a878851
commit
156e18190f
@ -7,7 +7,7 @@ include:
|
||||
checks:tests:
|
||||
stage: checks
|
||||
before_script:
|
||||
- sudo dnf install -y python3-pip
|
||||
- sudo dnf install -y python3-pip python3-gobject-base ShellCheck
|
||||
- pip3 install --quiet -r ci/requirements.txt
|
||||
script:
|
||||
- ./run-tests
|
||||
|
Loading…
Reference in New Issue
Block a user