diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9350639..2b15d6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -4,7 +4,7 @@ stages: | |||
| 4 | variables: | 4 | variables: |
| 5 | IMAGE: $CI_REGISTRY_IMAGE:pipeline-$CI_PIPELINE_ID | 5 | IMAGE: $CI_REGISTRY_IMAGE:pipeline-$CI_PIPELINE_ID |
| 6 | 6 | ||
| 7 | image: registry.lan.tomvanderlee.com/pyenv-images/:latest | 7 | image: registry.lan.tomvanderlee.com/docker-images/pyenv:latest |
| 8 | 8 | ||
| 9 | test: | 9 | test: |
| 10 | image: $IMAGE | 10 | image: $IMAGE |
