diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4862abe..49ff62e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,3 @@ -image: cirrusci/flutter - stages: - coverage - docs @@ -28,6 +26,4 @@ docs: - image: ruby:2.3 script: - cd docs/api/ && bundle exec jekyll build -d test - - cd docs/api/ && bundle exec jekyll build -d public - only: - - master \ No newline at end of file + - cd docs/api/ && bundle exec jekyll build -d public \ No newline at end of file