diff options
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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 @@ | |||
| 1 | stages: | 1 | stages: |
| 2 | - test | 2 | - test |
| 3 | 3 | ||
| 4 | variables: | ||
| 5 | IMAGE: $CI_REGISTRY_IMAGE:pipeline-$CI_PIPELINE_ID | ||
| 6 | |||
| 7 | image: registry.lan.tomvanderlee.com/docker-images/pyenv:latest | 4 | image: registry.lan.tomvanderlee.com/docker-images/pyenv:latest |
| 8 | 5 | ||
| 9 | test: | 6 | test: |
| 10 | image: $IMAGE | ||
| 11 | stage: test | 7 | stage: test |
| 12 | script: | 8 | script: |
| 13 | - pyenv install 3.12 | 9 | - pyenv install 3.12 |
