Loading .gitlab-ci.yml +2 −4 Original line number Original line Diff line number Diff line Loading @@ -28,12 +28,10 @@ test: # - docker-executor # - docker-executor script: script: - pipenv run python setup.py test - pipenv run python setup.py test - mkdir .public - cp coverage.xml htmlcov/ - cp coverage.xml .public/ - mv .public public artifacts: artifacts: paths: paths: - public - htmlcov dependency_check: dependency_check: stage: test stage: test Loading Loading
.gitlab-ci.yml +2 −4 Original line number Original line Diff line number Diff line Loading @@ -28,12 +28,10 @@ test: # - docker-executor # - docker-executor script: script: - pipenv run python setup.py test - pipenv run python setup.py test - mkdir .public - cp coverage.xml htmlcov/ - cp coverage.xml .public/ - mv .public public artifacts: artifacts: paths: paths: - public - htmlcov dependency_check: dependency_check: stage: test stage: test Loading