fixed circleci script run path for gometalinter

This commit is contained in:
Torkel Ödegaard 2019-01-21 13:20:24 +01:00
parent f24e6ebf67
commit 829e3024ce

View File

@ -83,7 +83,7 @@ jobs:
- checkout
- run:
name: Gometalinter tests
command: './scripts/build/gometalinter.sh'
command: './scripts/gometalinter.sh'
test-frontend:
docker: