From 940565fe21c766d143fd6daa39142a43e2ac8972 Mon Sep 17 00:00:00 2001 From: malavan Date: Thu, 17 Jun 2021 20:38:56 +0000 Subject: [PATCH] uninstall before install Former-commit-id: f30afe82d799ad680343cdcb7b80e8c257026ff7 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af283591a..57246f581 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ build: - git submodule init && git submodule update - make distclean - make + - make uninstall - make install make-test: