diff --git a/atomics/T1069.001/T1069.001.yaml b/atomics/T1069.001/T1069.001.yaml index d61032f5..a030b129 100644 --- a/atomics/T1069.001/T1069.001.yaml +++ b/atomics/T1069.001/T1069.001.yaml @@ -120,7 +120,7 @@ atomic_tests: executor: command: |- docker build -t t1069 $PathtoAtomicsFolder/T1069.001/src/ - docker run --name t1069_container -d -t t1069 + docker run --name t1069_container --rm -d -t t1069 docker exec t1069_container ./test.sh cleanup_command: |- docker stop t1069_container