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