diff --git a/atomics/T1069.001/T1069.001.yaml b/atomics/T1069.001/T1069.001.yaml index aa95d5d0..a9e10c6a 100644 --- a/atomics/T1069.001/T1069.001.yaml +++ b/atomics/T1069.001/T1069.001.yaml @@ -117,7 +117,7 @@ atomic_tests: sudo systemctl start docker executor: command: |- - docker build -t t1069 $PathtoAtomicsFolder/T1069/src/ + docker build -t t1069 $PathtoAtomicsFolder/T1069.001/src/ docker run --name t1069_container -d -t t1069 docker exec t1069_container ./test.sh cleanup_command: |-