summaryrefslogtreecommitdiffstats
path: root/gitautodeploy/parsers/gitlabci.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitautodeploy/parsers/gitlabci.py')
-rw-r--r--gitautodeploy/parsers/gitlabci.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitautodeploy/parsers/gitlabci.py b/gitautodeploy/parsers/gitlabci.py
index 22af596..eebf2bd 100644
--- a/gitautodeploy/parsers/gitlabci.py
+++ b/gitautodeploy/parsers/gitlabci.py
@@ -1,4 +1,4 @@
-from common import WebhookRequestParser
+from .common import WebhookRequestParser
class GitLabCIRequestParser(WebhookRequestParser):