diff --git a/.circleci/config.yml b/.circleci/config.yml index f11e26526..907ce546a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,13 +2,13 @@ version: 2 jobs: build: docker: - - image: ossrs/dev + - image: ossrs/srs:dev steps: - checkout - run: cd trunk && ./configure && make test: docker: - - image: ossrs/dev + - image: ossrs/srs:dev steps: - checkout - run: cd trunk && ./configure --gcov && make && ./objs/srs_utest && bash auto/coverage.sh