diff --git a/ci/jobgenerator.py b/ci/jobgenerator.py index 24abdd9..71961e1 100755 --- a/ci/jobgenerator.py +++ b/ci/jobgenerator.py @@ -114,7 +114,7 @@ class Generator: "defined") # Assign the packagebuild template to a variable - with open("../templates/packagebuild.xml") as templatef: + with open("templates/packagebuild.xml") as templatef: template = Template(templatef) # Authenticate to the server