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