summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: b4ae7f3b296bb3dcfba09794fa5c99055b739132 (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 3.12
    - pyenv global 3.12
    - pip install -r requirements.txt
    - pytest aoc