Index: build/unittest.sh =================================================================== diff -u -r8bef682cef89aa3e39f2340de3dd9591372ba8fe -r8a14fb10ebcffea8750c720b33f2e5cc836aa297 --- build/unittest.sh (.../unittest.sh) (revision 8bef682cef89aa3e39f2340de3dd9591372ba8fe) +++ build/unittest.sh (.../unittest.sh) (revision 8a14fb10ebcffea8750c720b33f2e5cc836aa297) @@ -137,7 +137,7 @@ git commit -avm "Bamboo Commit: Copied the Alarms table from Alarms folder" echo "Current Dir $currentDir" - python3 ./alarmMapping.py Alarms.xlsx "$currentDir"/application/resources/settings/Alarms/Alarms.conf + python3 ./alarmMapping.py Alarms.xlsx ../../application/resources/settings/Alarms/Alarms.conf cd "$currentDir" }