Ensure gnupg1 is used for gitlab testing

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-15 14:28:15 -04:00
parent 21e1a3c4ad
commit 76f320faf5
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2,4 +2,5 @@ from __future__ import unicode_literals
from ..base import * # NOQA
SIGNATURES_GPG_PATH = '/usr/bin/gpg'
SIGNATURES_GPG_PATH = '/usr/bin/gpg1'