diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d853357..1f1fd05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -build: +pages: image: node:slim stage: build cache: @@ -13,3 +13,5 @@ build: artifacts: paths: - public + only: + - master