From d560ec5df75ca966406a694d0953f6c363619c13 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 10 May 2018 04:45:05 -0400 Subject: [PATCH] Update the GPG path for the tests. Signed-off-by: Roberto Rosario --- mayan/settings/testing/gitlab-ci/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mayan/settings/testing/gitlab-ci/base.py b/mayan/settings/testing/gitlab-ci/base.py index d39164d3dd..547560962b 100644 --- a/mayan/settings/testing/gitlab-ci/base.py +++ b/mayan/settings/testing/gitlab-ci/base.py @@ -2,3 +2,4 @@ from __future__ import unicode_literals from ..base import * # NOQA +SIGNATURES_GPG_PATH = '/usr/bin/gpg'