updated .gitlab-ci.yml

This commit is contained in:
Paul Zinselmeyer 2023-04-20 10:51:36 +02:00
parent d6f0ecb7f1
commit 0357c1fb5e
Signed by: pfzetto
GPG Key ID: 4EEF46A5B276E648
1 changed files with 1 additions and 17 deletions

View File

@ -28,23 +28,7 @@ cargo-build:
- .cargo/registry/cache/
artifacts:
paths:
- target/release/verification_service
#cargo-test:
# stage: test
# image: rust:alpine
# variables:
# CARGO_HOME: $CI_PROJECT_DIR/.cargo
# before_script:
# - apk add build-base git cmake
# script:
# - cargo test --release
# cache:
# key: $CI_COMMIT_REF_SLUG
# paths:
# - target/
# - .cargo/registry/index/
# - .cargo/registry/cache/
- target/release/bin
docker:
stage: pack