I am working on an application based on the bluemix container service and trying to deploy on IBM Bluemix DevOps service. I want to add a test stage before deploying but the problem is that my tests need to run within a docker container. I need to use image build for this.
The available test stage does not give this facility of conducting the test within the docker.
How do I get this done?