Fixed shutdown of app server.
This commit is contained in:
parent
989825d1d5
commit
bb2443b616
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ test:browser:integration:api_client_ruby:
|
|||
- bundle install
|
||||
- export TEST_URL=http://$IP:$BROWSER_PORT
|
||||
- rspec spec/zammad_api_spec.rb || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 1
|
||||
- ../script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 0 1
|
||||
- cd .. && script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 0 1
|
||||
|
||||
test:browser:twitter_ff:
|
||||
stage: browser
|
||||
|
|
Loading…
Reference in a new issue