diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 473da55adbde681a31470bd340587b9e0e00ab9a..36813ec326ceadf1562861c0e6554a75b41d5e88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ # Official language image. Look for the different tagged releases at: # 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. # Only needed when using a docker container to run your tests in. @@ -26,10 +26,10 @@ image: "rust:latest" # - apt-get install -yqq --no-install-recommends build-essential # Use cargo to test the project -test:cargo: - script: - - rustc --version && cargo --version # Print version info for debugging - - cargo test --workspace --verbose +#test:cargo: +# script: +# - rustc --version && cargo --version # Print version info for debugging +# - cargo test --workspace --verbose # Optional: Use a third party library to generate gitlab junit reports # test:junit-report: @@ -42,7 +42,7 @@ test:cargo: # reports: # junit: $CI_PROJECT_DIR/tests/*.xml -deploy: - stage: deploy - script: echo "Define your deployment script!" - environment: production +#deploy: +# stage: deploy +# script: echo "Define your deployment script!" +# environment: production