From 3f5936b94df8c8fd271b74c60a356491ab419c05 Mon Sep 17 00:00:00 2001 From: Pablo Carranza Date: Sun, 11 Jun 2017 00:08:58 +0200 Subject: Add a check for integration to print the version --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ccae85..e18739b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,16 +5,11 @@ before_script: - which python - pip3 install psycopg2 -stages: - - unittest - - integration - unittest: - stage: unittest script: - python3 -m unittest discover tests install: - stage: integration script: - python3 setup.py install + - promtheus-pgbouncer-exporter --version -- cgit v1.2.3