fixing ci, forgot to add stage names

This commit is contained in:
David Bittner
2019-04-26 15:12:45 -04:00
parent 0acdfe0e28
commit 2efa7aa7e3

View File

@@ -9,6 +9,7 @@ stages:
- test
build:
stage: build
script:
- HERE="$(readlink -f .)"
- CARGO_HOME="$HERE/cargo_dir/"
@@ -21,6 +22,7 @@ build:
- cargo_dir
test:
stage: test
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test --all --verbose