Commit ad0714c7 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Update src/context/.gitlab-ci.yml

parent 751c456b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ deploy context:
  stage: deploy
  needs:
    - build context
    - test context
    - test unitary context
  script:
    - kubectl apply -f "manisfests/contextservice.yaml"
  when: manual