summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4ae7f3..c995a9a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ image: registry.lan.tomvanderlee.com/docker-images/pyenv:latest
6test: 6test:
7 stage: test 7 stage: test
8 script: 8 script:
9 - pyenv install 3.12 9 - pyenv install -s 3.12
10 - pyenv global 3.12 10 - pyenv global 3.12
11 - pip install -r requirements.txt 11 - pip install -r requirements.txt
12 - pytest aoc 12 - pytest aoc