Browse Source

fixed circleci script run path for gometalinter

Torkel Ödegaard 7 years ago
parent
commit
829e3024ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

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