From 5da6531b7accdb897a03dc35752cb28930b10aad Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Tue, 23 Apr 2019 13:44:00 -0400 Subject: [PATCH] Fixed source Former-commit-id: 5a415465fdfa187911ce6fec9b7e5d6412db09ce --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b75f7d4384..5a009cc5bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ rust-nightly: - apt-get update - apt-get install curl -y - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly - - source /root/.cargo/bin:$PATH + - source /root/.cargo/env - cargo build - cargo test --verbose allow_failure: false