diff --git a/tests/run_CI_tests.py b/tests/run_CI_tests.py index 905cce7a..363b6dd1 100644 --- a/tests/run_CI_tests.py +++ b/tests/run_CI_tests.py @@ -85,7 +85,7 @@ def runTestForProject(where): # compile the restbucks print "# Compiling restbucks example" - cmd = "ecb -config %s -target restbucks -batch -c_compile -project_path . " % (os.path.join ("examples", "restbucks", "restbucks-safe.ecf")) + cmd = "ecb -config %s -target restbucks -batch -c_compile -project_path . " % (os.path.join ("examples", "restbucksCRUD", "restbucks-safe.ecf")) res = eval_cmd(cmd) sleep(1)