From 699b451f26ad456699fd104a783d2931aeb11e84 Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Fri, 27 Sep 2019 11:10:02 +0200 Subject: [PATCH] Explicitly define current commit sha as test image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1df959c..0d95a74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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