Explicitly define current commit sha as test image

This commit is contained in:
Daniel Schädler 2019-09-27 11:10:02 +02:00
parent 0f95124893
commit 699b451f26
1 changed files with 1 additions and 1 deletions

View File

@ -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