Add waiting for containers to set up

Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com>
Issue-ID: AAF-997
Change-Id: I049f7d2997f74b22dd53f47bc925dcfdb1df3b10
diff --git a/plans/aaf/certservice/teardown.sh b/plans/aaf/certservice/teardown.sh
index 3f10eae..ab22759 100644
--- a/plans/aaf/certservice/teardown.sh
+++ b/plans/aaf/certservice/teardown.sh
@@ -15,5 +15,7 @@
 # limitations under the License.
 #
 
+docker-compose down
+
 kill-instance.sh aafcert
 kill-instance.sh aafcert-ejbca
\ No newline at end of file