Skip to content
Snippets Groups Projects
Commit a84032df authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Solved bug in GitLab CI pipeline definition

parent 574a9882
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment