From 4fa4b1e1f7804da1dc6323a34e7c971eb2695c70 Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Sun, 23 Jun 2019 01:07:18 +0200 Subject: [PATCH] Enter app directory Otherwise bundler refuses to run and won't find rails or the tests. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f9f414..7e3b9ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ rails spec: stage: test image: registry.gitlab.com/turniere/turniere-backend/test script: + - cd /app - bundle exec rails db:migrate - bundle exec rails spec