Browse Source

gitlab-ci: install test dependencies

- python3-gobject-base (for PyGTK)
- ShellCheck
Marek Marczykowski-Górecki 3 years ago
parent
commit
156e18190f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.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