diff --git a/.circleci/config.yml b/.circleci/config.yml index 63a0289..62da0ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,7 +75,7 @@ jobs: # sleep 10 is needed to allow the st2-docker test containers time to start up. # Otherwise st2api is not ready when the tests run. sleep 10 - docker-compose -f ~/st2-docker/docker-compose.yml exec stackstorm st2 action-alias list + docker-compose -f ~/st2-docker/docker-compose.yml exec st2client st2 action-alias list - run: name: Run tests command: |