Skip to content
Snippets Groups Projects
Commit 34b9fb23 authored by Udo Eisenbarth's avatar Udo Eisenbarth :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent c45731a1
No related branches found
No related tags found
No related merge requests found
Pipeline #6996 failed
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# Official language image. Look for the different tagged releases at: # Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/rust/tags/ # https://hub.docker.com/r/library/rust/tags/
image: "rust:latest" #image: "rust:latest"
# Optional: Pick zero or more services to be used on all builds. # Optional: Pick zero or more services to be used on all builds.
# Only needed when using a docker container to run your tests in. # Only needed when using a docker container to run your tests in.
...@@ -26,10 +26,10 @@ image: "rust:latest" ...@@ -26,10 +26,10 @@ image: "rust:latest"
# - apt-get install -yqq --no-install-recommends build-essential # - apt-get install -yqq --no-install-recommends build-essential
# Use cargo to test the project # Use cargo to test the project
test:cargo: #test:cargo:
script: # script:
- rustc --version && cargo --version # Print version info for debugging # - rustc --version && cargo --version # Print version info for debugging
- cargo test --workspace --verbose # - cargo test --workspace --verbose
# Optional: Use a third party library to generate gitlab junit reports # Optional: Use a third party library to generate gitlab junit reports
# test:junit-report: # test:junit-report:
...@@ -42,7 +42,7 @@ test:cargo: ...@@ -42,7 +42,7 @@ test:cargo:
# reports: # reports:
# junit: $CI_PROJECT_DIR/tests/*.xml # junit: $CI_PROJECT_DIR/tests/*.xml
deploy: #deploy:
stage: deploy # stage: deploy
script: echo "Define your deployment script!" # script: echo "Define your deployment script!"
environment: production # environment: production
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment