aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Carranza <pcarranza@gmail.com>2017-06-11 00:01:57 +0200
committerPablo Carranza <pcarranza@gmail.com>2017-06-11 00:01:57 +0200
commitf4ff6f18d8eae8247969ddc4c0fc63733c2a8fe3 (patch)
treeb843f6a675ab4bf8b38bbebd8228f934d350a4c8
parentf78044bed6634ef016d6926d22c2395357fea01a (diff)
downloadprometheus-pgbouncer-exporter-f4ff6f18d8eae8247969ddc4c0fc63733c2a8fe3.tar
prometheus-pgbouncer-exporter-f4ff6f18d8eae8247969ddc4c0fc63733c2a8fe3.tar.gz
Lets try stages this way
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5f84d6..9750b1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,12 +7,14 @@ before_script:
stages:
- unittest
- - install
+ - integration
unittest:
+ stage: test
script:
- python3 -m unittest discover tests
install:
+ stage: integration
script:
- python3 setup.py install