From 354d987a996be3689a8b8a754f92e1e8fef61018 Mon Sep 17 00:00:00 2001
From: Luis Araujo <luis.araujo@collabora.co.uk>
Date: Tue, 9 Feb 2016 00:46:49 +0800
Subject: [PATCH] Change the templates directory path

This commit changes the template-dir variable to the relative path
apertis-tests/templates/ , so the templates files can be found from
the same directory this repository is checked out.
---
 templates/profiles.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/profiles.yaml b/templates/profiles.yaml
index b31e370d..02b1a816 100644
--- a/templates/profiles.yaml
+++ b/templates/profiles.yaml
@@ -1,5 +1,5 @@
 main-profile:
-  template-dir: /etc/lqa/apertis-tests/templates/
+  template-dir: apertis-tests/templates/
   templates: [ group-apparmor-tpl.json,
                group-common-tpl.json,
                group-clutter-tpl.json,
-- 
GitLab