summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b15d6c..2b7978b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,9 @@
1stages: 1stages:
2 - test 2 - test
3 3
4variables:
5 IMAGE: $CI_REGISTRY_IMAGE:pipeline-$CI_PIPELINE_ID
6
7image: registry.lan.tomvanderlee.com/docker-images/pyenv:latest 4image: registry.lan.tomvanderlee.com/docker-images/pyenv:latest
8 5
9test: 6test:
10 image: $IMAGE
11 stage: test 7 stage: test
12 script: 8 script:
13 - pyenv install 3.12 9 - pyenv install 3.12