Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ test: list_dependencies: stage: test tags: - docker-executor script: # - pipenv graph >> pipenv_deps.txt - pipdeptree --json >> pip_deps.json Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ test: list_dependencies: stage: test tags: - docker-executor script: # - pipenv graph >> pipenv_deps.txt - pipdeptree --json >> pip_deps.json Loading