aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 2a591c7379c20b01263440e0168ef3de044cae8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: tirtir/fuzzycat-ci:latest

stages:
  - test

before_script:
   - pip3 install --upgrade pip
   - pip3 install pytest

tests:
  stage: test
  script:
    - python3 --version
    - pipenv install
    - pipenv run pytest