From 860bc5ff172d976f156e700808fd1bf9566bee75 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Thu, 8 Sep 2016 21:58:18 +0700 Subject: [PATCH] Update gitlab-ci Add test runner --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59c709747..55a70b454 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: