aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 60b11b4a05bf1938bf70fae5a44529c8b386fb39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# https://hub.docker.com/r/tirtir/fuzzycat-ci/tags
# https://git.sr.ht/~miku/dockerfiles/blob/master/fuzzycat-ci/Dockerfile
image: tirtir/fuzzycat-ci:latest

stages:
  - test

before_script:
   - pip3 install --upgrade pip

tests:
  stage: test
  script:
    - python3 --version && pipenv --version
    - make deps
    - make test