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

Solved bug in GitLab CI pipeline definition

parent 574a9882
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -50,6 +50,9 @@ integ_test execute:
  stage: integ_test
  needs:
    - build integ_test
    - unit_test context
    - unit_test device
    - unit_test service
    - unit_test integ_test
  before_script:
    - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY