From 8ff9a1d2905e1f74147cd7c5b3f0bbea63e1c397 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 12 Feb 2021 20:10:05 +0200 Subject: [PATCH] Improve the wheel install CI job. Run the command as well as another check. --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ba5ad7..3fa6bdd 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_s3_bucket --help -- GitLab