diff --git a/.circleci/config.yml b/.circleci/config.yml index 2cc20c8..09f2782 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: theorangeone/docker-pandoc:alpine + - image: theorangeone/docker-pandoc working_directory: ~/tex-template steps: - checkout