From e0112d1f7355fa02966b2935fb1ec92ec87dfdc8 Mon Sep 17 00:00:00 2001
From: Giorgio Sironi <g.sironi@elifesciences.org>
Date: Thu, 30 Nov 2017 15:53:03 +0000
Subject: [PATCH] Remove container on exit

---
 project_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project_tests.sh b/project_tests.sh
index 8b32a85..e24ca94 100755
--- a/project_tests.sh
+++ b/project_tests.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 set -e
 
-docker run elife/sciencebeam-gym /bin/bash -c 'venv/bin/pip install pytest nose && venv/bin/pytest sciencebeam_gym'
+docker run --rm elife/sciencebeam-gym /bin/bash -c 'venv/bin/pip install pytest nose && venv/bin/pytest sciencebeam_gym'
-- 
GitLab