diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c01c394d..926f7b729 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,8 +86,9 @@ docs-deploy: pages: stage: deploy - before_script: "" + before_script: [] script: + # artifacts are kept between jobs - mv static public variables: NODE_ENV: production