stop container if started

This commit is contained in:
rodicasutu
2020-07-09 13:08:41 +03:00
parent c379a61d93
commit 1010b06d8e

View File

@@ -165,6 +165,7 @@
<id>start</id> <id>start</id>
<phase>pre-integration-test</phase> <phase>pre-integration-test</phase>
<goals> <goals>
<goal>stop</goal>
<goal>start</goal> <goal>start</goal>
</goals> </goals>
</execution> </execution>