diff options
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25eafaf..8ec7a11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,4 +12,4 @@ unittest: install: script: - python3 setup.py install - - prometheus-pgbouncer-exporter --version + - /usr/local/bin/prometheus-pgbouncer-exporter --version @@ -15,5 +15,6 @@ setup( install_requires=[ 'psycopg2', 'ConfigArgParse', + 'prometheus_client', ], ) |