diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ca6f5b8983f0967b2d025fd7b29e065733c83b0..719a2bef9b0e0fd280bbd87447e1b4776b51bd53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: node:latest stages: - build - - build_documentation + - docs build: stage: build @@ -12,8 +12,8 @@ build: - yarn test - yarn build -build-documentation: - stage: build_documentation +pages: + stage: docs script: - npm install --force --global yarn - yarn install