↧
Answer by Yeasin Ar Rahman for How to use Rabbit inside a gitlab-ci.yml file?
I used it the following way and it worked for meimage: "ruby:2.3.3" //not required by rabbitmqservices: - rabbitmq:latestvariables: RABBITMQ_DEFAULT_USER: guest RABBITMQ_DEFAULT_PASS: guest AMQP_URL:...
View ArticleHow to use Rabbit inside a gitlab-ci.yml file?
I want to test with gitlab-ci.yml a rpc nameko server.I can't succeed to make work the Rabitt inside .gitlab-ci.yml::image: python:latestbefore_script: - apt-get update -yq - apt-get install -y...
View Article