summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: c995a9ac5f155c659d87a75ea6b260099549e184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
stages:
  - test

image: registry.lan.tomvanderlee.com/docker-images/pyenv:latest

test:
  stage: test
  script:
    - pyenv install -s 3.12
    - pyenv global 3.12
    - pip install -r requirements.txt
    - pytest aoc