aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 87b5ac067fefe87a96f628e8275e00ba002be6e3 (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
    - make deps
    - make test