Skip to content
Snippets Groups Projects
Commit 53b5acd5 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding dependencies

parent 409a5b4c
No related branches found
No related tags found
No related merge requests found
Pipeline #309 failed
......@@ -9,6 +9,8 @@ centos_run:
stage: test
tags:
- centos
dependencies:
- centos_build
script:
- ./src/mem
- ./success.sh 2 centos openfpm_devices
......@@ -24,6 +26,8 @@ mac_run:
stage: test
tags:
- mac
dependencies:
- mac_build
script:
- ./src/mem
- ./success.sh 2 mac openfpm_devices
......@@ -39,6 +43,8 @@ ubuntu_run:
stage: test
tags:
- ubuntu
dependencies:
- ubuntu_build
script:
- ./src/mem
- ./success.sh 2 ubuntu openfpm_devices
......
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