diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 762e43f..3e3103d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,22 +4,14 @@ build: stage: build script: - cargo build - -doc: - stage: build - script: + - cargo test - cargo doc - mv target/doc public artifacts: paths: - public -test: - stage: test - script: - - cargo test --doc - -pages: +deploy: stage: deploy script: - echo