Skip to content
Snippets Groups Projects
Commit d37897b4 authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Fix dependencies

parent 6957d144
No related branches found
No related tags found
1 merge request!1Test ci
Pipeline #1594 failed with stages
in 2 minutes and 59 seconds
......@@ -45,6 +45,9 @@ build_job:
configure_and_run_job:
stage: conf
before_script:
#TODO: remove procps use for ps
- sudo apt update && sudo apt -y --no-install-recommends install libboost-thread-dev procps
script:
- sleep 10
- /usr/local/bin/DataBaseds 2 -ORBendPoint giop:tcp::10000 &
......@@ -65,6 +68,9 @@ configure_and_run_job:
test_job:
stage: test
before_script:
#TODO: remove procps use for ps
- sudo apt update && sudo apt -y --no-install-recommends install libboost-thread-dev procps
script:
- ps -ef | grep alarm-handler-srv | grep -v grep
- sleep 10
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment