diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bed1c2b048..9fa27818b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,6 @@ cache: stages: - deps - test - - build - deploy deps: @@ -64,13 +63,13 @@ nginx-test: - "installation/mastodon.conf" build-production: - stage: build + stage: test script: yarn build variables: NODE_ENV: production artifacts: paths: - - static + - static docs-deploy: stage: deploy