summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2023-11-19 17:44:52 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2023-11-19 17:44:52 +0100
commitb180f0a948c50ae0b4bc0885d62872bbe99d0a6f (patch)
tree654f5f7c38beb5d0c3808a4e790237df31031775 /.gitlab-ci.yml
parente73b0d4b5842e6e647866e54e50ec0b2825267c8 (diff)
download2023-b180f0a948c50ae0b4bc0885d62872bbe99d0a6f.tar.gz
2023-b180f0a948c50ae0b4bc0885d62872bbe99d0a6f.tar.bz2
2023-b180f0a948c50ae0b4bc0885d62872bbe99d0a6f.zip
Fixed image
Diffstat (limited to '.gitlab-ci.yml')
-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