1 2 3 4 5 6 7 8
test: image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA stage: test variables: GIT_STRATEGY: none script: - cd /code - bin/test