Commit 574a9882 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Solve bug in automated testing GitLab CI pipeline

parent 8d878225
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ deploy context:
    - build context
    - unit_test context
    - dependencies all
    - integ_test execute
  script:
    - kubectl version
    - kubectl get all
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ deploy device:
    - build device
    - unit_test device
    - dependencies all
    - integ_test execute
  script:
    - kubectl version
    - kubectl get all
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ deploy service:
    - build service
    - unit_test service
    - dependencies all
    - integ_test execute
  script:
    - kubectl version
    - kubectl get all