aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-04-13 17:30:21 -0700
committerBryan Newbold <bnewbold@archive.org>2021-04-13 17:30:21 -0700
commit710ed6a0378e9d21b916d7a832d30c89156bffb0 (patch)
tree3951d69e0ebd61d7cc11129236e42bf31b879c69 /.gitlab-ci.yml
parent8fced92526fde1d13c2417d01d224de45582443b (diff)
downloadfuzzycat-710ed6a0378e9d21b916d7a832d30c89156bffb0.tar.gz
fuzzycat-710ed6a0378e9d21b916d7a832d30c89156bffb0.zip
gitlab CI: try 'make deps' and 'make test'
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d838ef2..60b11b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,12 +7,10 @@ stages:
before_script:
- pip3 install --upgrade pip
- - pip3 install pytest
tests:
stage: test
script:
- - python3 --version
- - pipenv install
- - pipenv run pytest -vv -s
-
+ - python3 --version && pipenv --version
+ - make deps
+ - make test