diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbc97ad..2c20df9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,8 @@ stages: Build Docker Images: stage: build-images when: manual - only: - - master + # only: + # - master image: ubuntu services: - docker:dind