Update .gitlab-ci.yml
This commit is contained in:
parent
471bdf7c22
commit
a1f6b86945
@ -371,6 +371,10 @@ windows:
|
||||
# allow_failure: true
|
||||
test-linux:
|
||||
stage: build
|
||||
image: ethcore/rust-test:latest
|
||||
except:
|
||||
- jg*
|
||||
- ng*
|
||||
before_script:
|
||||
- git submodule update --init --recursive
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user