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