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