diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 4d9e3527..7e40940d 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -3,7 +3,7 @@ steps: command: | julia --project -e ' @info "Building Project" - cd(@__DIR__) + cd("..") using Pkg Pkg.activate("ci-plot-and-doctests") Pkg.instantiate()'