gitlab-ci: install test dependencies

- python3-gobject-base (for PyGTK)
- ShellCheck
This commit is contained in:
Marek Marczykowski-Górecki 2020-11-23 12:22:30 +01:00
parent 3b6a878851
commit 156e18190f
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

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