stages: - test variables: IMAGE: $CI_REGISTRY_IMAGE:pipeline-$CI_PIPELINE_ID image: registry.lan.tomvanderlee.com/docker-images/pyenv:latest test: image: $IMAGE stage: test script: - pyenv install 3.12 - pyenv global 3.12 - pip install -r requirements.txt - pytest -m aoc