Explicitly define current commit sha as test image
This commit is contained in:
parent
0f95124893
commit
699b451f26
|
|
@ -16,7 +16,7 @@ kaniko:
|
|||
|
||||
rails spec:
|
||||
stage: test
|
||||
image: turniere-backend/test:local
|
||||
image: $CI_REGISTRY_IMAGE/test/commits:$CI_COMMIT_SHA
|
||||
script:
|
||||
- cd /app
|
||||
- bundle exec rails db:migrate
|
||||
|
|
|
|||
Loading…
Reference in New Issue