Commit 349e4b3e authored by nimrod's avatar nimrod
Browse files

Better install-wheel CI job.

Now it runs the CLI as well. Duplicates other jobs but should be easier
to debug some cases.
parent e4a68d56
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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