From 90b311da2c94238fc75f40a5a8586d2278add4aa Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 12 Feb 2021 19:32:58 +0200
Subject: [PATCH] A better install wheel CI job.

Run the CLI as an added check.
---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ba5ad7..fa85ca8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,3 +6,8 @@ include:
     file: templates/python.yml
   - project: shore/ci-templates
     file: templates/gitlab-release.yml
+
+install-wheel:
+  extends: .install-wheel
+  script:
+    - check_mysql_slave --help
-- 
GitLab