summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e84775ab..f340263f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -790,8 +790,8 @@ pkg:arch:
<<: *pkg_test_user
image: $CI_REGISTRY/packaging/apkg/full/arch
before_script:
- # prometheus is an optional dependency, but our `apkg test` needs it
- - pacman -Syu --noconfirm python-prometheus_client
+ # prometheus and watchdog are optional dependencies, but our `apkg test` needs them
+ - pacman -Syu --noconfirm python-prometheus_client python-watchdog
# RHEL 8 derivatives would need more work due to *default* python being old
#pkg:rocky-8: