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:
|
checks:tests:
|
||||||
stage: checks
|
stage: checks
|
||||||
before_script:
|
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
|
- pip3 install --quiet -r ci/requirements.txt
|
||||||
script:
|
script:
|
||||||
- ./run-tests
|
- ./run-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user