diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8a3948..5d72c1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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