diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e588c28..6cea6811 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,22 +18,22 @@ build: stage: build script: - npm run build - artifacts: - untracked: true - paths: - - node_modules/ test: stage: test script: - npm test + artifacts: + paths: + - coverage docs: stage: publish script: - npm run documentation + - mv docs public only: - /^v[0-9]+\.[0-9]+\.[0-9]+$/ artifacts: paths: - - docs + - public