summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-08-27 11:21:38 +0200
committerJuergen Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-11-30 10:01:19 +0100
commit5d4816ccbeac1e9b1c142cdbb2f452e546763feb (patch)
tree8459ac54e08e7217dab97693dc8a821737eb4936 /.gitlab-ci.yml
parent51bf7352267588cd0560d016760313e4b0a60efb (diff)
downloadqtivi-qface-5d4816ccbeac1e9b1c142cdbb2f452e546763feb.tar.gz
Added test_ci target to cli tool.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e417dc9..1a57b20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:3
+image: python:slim
before_script:
- pip3 install -r requirements.txt
@@ -9,5 +9,4 @@ stages:
job1:
stage: test
script:
- - cd tests
- - python3 -m pytest -v -s -l
+ - python3 ./cli.py test_ci