diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 609f2c36b763f2eb341d34a8177018ddcc179d5f..9fb2b551aa497e733e89fd42672065547abb98a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: build_linux: stage: build - image: rust:slim-buster + image: rust:buster script: # Build the project for Linux - cargo build --release @@ -25,8 +25,8 @@ build_linux: paths: - target/release - target/debian - only: - - tags +# only: +# - tags build_macos: stage: build