diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d337ae47ec7e408013323afddb63519333afb619..03db73af4424174859503c94058c80ae1e5b1376 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,11 @@ +image: alpine:latest + pages: stage: deploy + script: + - echo 'Nothing to do...' artifacts: paths: - - public + - public only: - - master + - master