Update gitlab-ci

Add test runner
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-09-08 21:58:18 +07:00 committed by GitHub
parent 012a1f328b
commit 860bc5ff17
1 changed files with 1 additions and 3 deletions

View File

@ -225,14 +225,12 @@ windows:
name: "${CI_BUILD_NAME}_parity"
test-linux:
stage: test
image: ethcore/rust:stable
before_script:
- git submodule update --init --recursive
script:
- ./test.sh --verbose
tags:
- rust
- rust-stable
- rust-test
dependencies:
- linux-stable
deploy-binaries: