aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42ee908..f5f84d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,14 @@ before_script:
- which python
- pip3 install psycopg2
+stages:
+ - unittest
+ - install
+
unittest:
script:
- python3 -m unittest discover tests
+
+install:
+ script:
+ - python3 setup.py install