diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20e31d44c..ea9581753 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,24 +34,6 @@ linux-beta: - rust-beta script: - ./deploy.sh -linux-stable: - stage: build - image: ethcore/rust:stable - only: - - master - - beta - - tags - - stable - script: - - cargo build --release --verbose - - strip target/release/parity - tags: - - rust - - rust-stable - artifacts: - paths: - - target/release/parity - name: "${CI_BUILD_NAME}_parity" linux-nightly: stage: build image: ethcore/rust:nightly @@ -221,6 +203,24 @@ windows: - target/release/parity.exe - target/release/parity.pdb name: "${CI_BUILD_NAME}_parity" +linux-stable: + stage: build + image: ethcore/rust:stable + only: + - master + - beta + - tags + - stable + script: + - cargo build --release --verbose + - strip target/release/parity + tags: + - rust + - rust-stable + artifacts: + paths: + - target/release/parity + name: "${CI_BUILD_NAME}_parity" test-linux: stage: test before_script: