diff --git a/.circleci/config.yml b/.circleci/config.yml index 48cb24381..aa6e476ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,9 @@ workflows: - test-machine: name: "test-nomad" test_packages: "./nomad/..." - - test-container: + - test-machine: + # API Tests run in a VM rather than container due to the FS tests + # requiring `mount` priviliges. name: "test-api" test_packages: "./api/..." - test-container: