Skip to content
Snippets Groups Projects
Commit 55f4e5e5 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: fix image name to satisfy regexp

parent 54df5057
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ fast-build:
extends: .general
only: [merge_requests, branches]
stage: precheck
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native-develop
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-native-develop:latest
before_script:
- export GIT_LFS_SKIP_SMUDGE=1
- git checkout $CI_COMMIT_REF_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment