Loading .gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -54,11 +54,10 @@ Publish Unit Tests: stage: deploy extends: [.python] when: always dependencies: &unittests needs: &unittests - Unit Tests (Py 3.10) - Unit Tests (Py 3.11) - Unit Tests (Py 3.12) needs: *unittests script: - pip install --upgrade junit2html - mkdir -p unittest Loading @@ -77,7 +76,6 @@ Aggregate Coverage: stage: test extends: [.python] when: always dependencies: *unittests needs: *unittests script: - pip install --upgrade coverage Loading @@ -94,7 +92,6 @@ Publish Coverage: stage: deploy extends: [.python] when: always dependencies: [Aggregate Coverage] needs: [Aggregate Coverage] script: - pip install --upgrade coverage Loading Loading
.gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -54,11 +54,10 @@ Publish Unit Tests: stage: deploy extends: [.python] when: always dependencies: &unittests needs: &unittests - Unit Tests (Py 3.10) - Unit Tests (Py 3.11) - Unit Tests (Py 3.12) needs: *unittests script: - pip install --upgrade junit2html - mkdir -p unittest Loading @@ -77,7 +76,6 @@ Aggregate Coverage: stage: test extends: [.python] when: always dependencies: *unittests needs: *unittests script: - pip install --upgrade coverage Loading @@ -94,7 +92,6 @@ Publish Coverage: stage: deploy extends: [.python] when: always dependencies: [Aggregate Coverage] needs: [Aggregate Coverage] script: - pip install --upgrade coverage Loading