From 6d1626e560065b2b1891889a80c571d93fd20939 Mon Sep 17 00:00:00 2001
From: Wei Tang <hi@that.world>
Date: Mon, 22 Jul 2019 06:15:03 +0200
Subject: [PATCH] Fix CI

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fa20cb2..2e15d54d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,6 @@ test-rust-stable:
   script:
     - ./scripts/init.sh
     - ./scripts/build.sh
-    - cd yamltests && ./scripts/run.sh
     - time cargo test --all --release --locked
     - sccache -s
   only:
-- 
GitLab