Loading src/monitoring/.gitlab-ci.yml +11 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,17 @@ push monitoring: - src/$IMAGE_NAME/** - .gitlab-ci.yml # apply unit test to the monitoring component test monitoring pytest: stage: test script: - pytest --junitxml=report.xml artifacts: when: always reports: junit: report.xml expire_in: 1 day # test if the Docker image can be pulled from the gitlab registry test monitoring pull: stage: test Loading Loading
src/monitoring/.gitlab-ci.yml +11 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,17 @@ push monitoring: - src/$IMAGE_NAME/** - .gitlab-ci.yml # apply unit test to the monitoring component test monitoring pytest: stage: test script: - pytest --junitxml=report.xml artifacts: when: always reports: junit: report.xml expire_in: 1 day # test if the Docker image can be pulled from the gitlab registry test monitoring pull: stage: test Loading