diff --git a/test/bats/prepare-test.sh b/test/bats/prepare-test.sh index 491efe42..af53a39b 100644 --- a/test/bats/prepare-test.sh +++ b/test/bats/prepare-test.sh @@ -4,4 +4,4 @@ curl https://raw.githubusercontent.com/bats-core/bats-detik/v1.1.0/lib/linter.bash > linter.bash && curl https://raw.githubusercontent.com/bats-core/bats-detik/v1.1.0/lib/utils.bash > utils.bash ) -( cd ../../../DigitalTwin/semantic-model/datamodel/tools/ || exit 1; npm install ) \ No newline at end of file +( cd ../../semantic-model/datamodel/tools/ || exit 1; npm install )