Commit 8eae8a05 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Removing the need for the artifact.

parent 03e79c5a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -73,10 +73,10 @@ unit_test opticalattackmanager:
      - src/$IMAGE_NAME/tests/Dockerfile
      - manifests/${IMAGE_NAME}service.yaml
      - .gitlab-ci.yml
  artifacts:
      when: always
      reports:
        junit: src/$IMAGE_NAME/tests/${IMAGE_NAME}_report.xml
  # artifacts:
  #     when: always
  #     reports:
  #       junit: src/$IMAGE_NAME/tests/${IMAGE_NAME}_report.xml

# Deployment of the service in Kubernetes Cluster
# deploy opticalattackmanager: