Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanista committed Jan 13, 2025
1 parent f8e72c4 commit ef27b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ci image:
test:
stage: build
tags: ["arch:amd64"]
image: ${CI_DOCKER_TARGET_IMAGE}:${CI_DOCKER_TARGET_VERSION}
image: ${DOCKER_TARGET_IMAGE}:${DOCKER_TARGET_VERSION}
cache: []
script:
- gem --version
Expand Down

0 comments on commit ef27b29

Please sign in to comment.