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

Fixing gitlab CI

parent 5df3d68a
No related branches found
No related tags found
No related merge requests found
Pipeline #304 failed
......@@ -6,7 +6,7 @@ centos_build:
- sh "./build.sh $CI_PROJECT_DIR $CI_SERVER_NAME"
centos_run:
stage: run
stage: test
tags:
- centos
script:
......@@ -21,7 +21,7 @@ mac_build:
- sh "./build.sh $CI_PROJECT_DIR $CI_SERVER_NAME"
mac_run:
stage: run
stage: test
tags:
- mac
script:
......@@ -36,7 +36,7 @@ ubuntu_build:
- sh "./build.sh $CI_PROJECT_DIR $CI_SERVER_NAME"
ubuntu_run:
stage: run
stage: test
tags:
- ubuntu
script:
......
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