From 349e4b3ee7d9845b00fb991462c36b5c983fae11 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 12 Feb 2021 19:30:56 +0200 Subject: [PATCH] Better install-wheel CI job. Now it runs the CLI as well. Duplicates other jobs but should be easier to debug some cases. --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 853a8d5..e511168 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,11 @@ include: - project: shore/ci-templates file: templates/gitlab-release.yml +install-wheel: + extends: .install-wheel + script: + - template --help + test: stage: test image: $project:$version-slim -- GitLab