Update gitlab-ci

deploy fix
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-09-24 05:01:48 +07:00 committed by GitHub
parent fc53726c7f
commit decca7f698

View File

@ -1,7 +1,6 @@
stages: stages:
- build - build
- test - test
- deploy
variables: variables:
GIT_DEPTH: "3" GIT_DEPTH: "3"
SIMPLECOV: "true" SIMPLECOV: "true"
@ -272,4 +271,3 @@ test-linux:
- rust-test - rust-test
dependencies: dependencies:
- linux-stable - linux-stable