openqa/server: fix FIF template loading

Need to run from correct directory...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-02-19 10:28:17 -08:00 committed by Pierre-Yves Chibon
parent 495d4914ef
commit 235e5f9e65

View file

@ -305,6 +305,8 @@
- name: Load all tests (FIF format)
command: "/var/lib/openqa/share/tests/fedora/fifloader.py -l --clean templates.fif.json templates-updates.fif.json"
args:
chdir: /var/lib/openqa/share/tests/fedora
when: "(gittests is defined) and (gittests is changed) and (templatesfif.stat.exists == true)"
changed_when: "1 != 1"