Loading .gitlab-ci.yml +0 −6 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ stages: build: script: - make build - make push test: script: Loading @@ -41,8 +40,3 @@ test: artifacts: paths: - public code_analysis: script: - pipenv run bash code-analysis.sh Loading
.gitlab-ci.yml +0 −6 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ stages: build: script: - make build - make push test: script: Loading @@ -41,8 +40,3 @@ test: artifacts: paths: - public code_analysis: script: - pipenv run bash code-analysis.sh