Enter app directory

Otherwise bundler refuses to run and won't find rails or the tests.
This commit is contained in:
Daniel Schädler 2019-06-23 01:07:18 +02:00
parent 3c280a6b29
commit 4fa4b1e1f7
1 changed files with 1 additions and 0 deletions

View File

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