Skip to content

Commit 584e671

Browse files
committed
Ensure previous docker containers were removed
1 parent 6533b6f commit 584e671

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ test.unit: $(TOX) $(PYTEST)
7474

7575
## test.integration - Run integration tests.
7676
test.integration: $(TOX) $(PYTEST)
77+
docker-compose -f docker-compose.ci.yaml rm --stop --force
7778
docker-compose -f docker-compose.ci.yaml build sut
7879
docker-compose -f docker-compose.ci.yaml up --exit-code-from sut
7980
docker-compose -f docker-compose.ci.yaml rm --stop --force

0 commit comments

Comments
 (0)