Enter app directory
Otherwise bundler refuses to run and won't find rails or the tests.
This commit is contained in:
parent
3c280a6b29
commit
4fa4b1e1f7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue