diff options
| author | 2023-11-19 17:42:28 +0100 | |
|---|---|---|
| committer | 2023-11-19 17:42:28 +0100 | |
| commit | e73b0d4b5842e6e647866e54e50ec0b2825267c8 (patch) | |
| tree | 236bf61f1c74601600d19d2ce0b23f75949cabcd /.gitlab-ci.yml | |
| parent | fd3ab6a5c9c69d6ec16a33d5b07262d67bc1ce4d (diff) | |
| download | 2023-e73b0d4b5842e6e647866e54e50ec0b2825267c8.tar.gz 2023-e73b0d4b5842e6e647866e54e50ec0b2825267c8.tar.bz2 2023-e73b0d4b5842e6e647866e54e50ec0b2825267c8.zip | |
Fixed code
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 |
