diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..dc76ae22 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: # Variable expansion in working_directory not supported at this time # You will need to modify the code below to reflect your github account/repo setup - working_directory: /go/src/github.com/Securing-DevOps/invoicer-chapter2 + working_directory: /go/src/github.com/bushyfoot/invoicer-chapter2.1 docker: - image: circleci/golang:1.10 steps: