From 93504543ef62af942704f47eaf0a65cb0e5f16f1 Mon Sep 17 00:00:00 2001 From: David Bittner Date: Fri, 26 Apr 2019 15:20:39 -0400 Subject: [PATCH] forgot to update cargo loc for testing stage --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64e0126..3e9b095 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,8 @@ build: test: stage: test script: + - HERE="$(readlink -f .)" + - CARGO_HOME="$HERE/cargo_dir/" - rustc --version && cargo --version # Print version info for debugging - cargo test --all --verbose