From a65ee4f207bd1734095990e12e56069ec3881d0e Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Tue, 25 Jan 2022 20:03:36 +0100 Subject: [PATCH] Fix buf lint stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d674fc4..e7e6606 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,6 @@ stages: lint: stage: test script: + - cd proto/ - buf ls-files - buf lint