From 75e042b2ed985f604868f848aea5bcd5f3748c02 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Sun, 16 Feb 2020 20:49:23 +0100 Subject: [PATCH] [ci] fix tests job --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f879081..96f2f39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,6 @@ tests:linux64:stable: tags: - redshift-docker-runner script: - - cd cli - RUSTFLAGS="-D warnings" cargo build - cargo test --all -- GitLab