From 9873c3ab5d2578486b25d47635ff10a841ea0095 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 31 Jul 2021 19:41:56 +0300 Subject: [PATCH] Debug the binary. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b815f5b..1249888 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ build-executable: extends: .python3-build before_script: - poetry install --no-dev + - poetry run pip freeze script: - poetry run make artifacts: -- GitLab