From 3e3cc7dbe8392342ecab8f9ff92b766096065f19 Mon Sep 17 00:00:00 2001 From: ssube Date: Tue, 2 Jul 2019 08:51:49 -0500 Subject: [PATCH] fix(build): test rules during other tests --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5ab203..7c1513f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,6 @@ build-node: GIT_SUBMODULE_STRATEGY: recursive script: - make clean-target build test - - make run-rules artifacts: expire_in: 1 week