From 63f6ed205f1aaaaf4c91d9043c9b6437dd300a45 Mon Sep 17 00:00:00 2001 From: softir <elisabetta.giani@inaf.it> Date: Thu, 1 Oct 2020 14:30:37 +0200 Subject: [PATCH] publish_python_package: try to fix issue in gitlab runners. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66049b3..0f78083 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,8 @@ test: list_dependencies: stage: test + tags: + - docker-executor script: # - pipenv graph >> pipenv_deps.txt - pipdeptree --json >> pip_deps.json -- GitLab