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

Add CI tags to choose runner with right executor

parent 2a9894b7
No related branches found
No related tags found
1 merge request!6Add CI tags to choose runner with right executor
Pipeline #2006 passed with stages
in 4 minutes and 3 seconds
......@@ -7,6 +7,8 @@ stages:
build_job:
stage: build
tags:
- docker
before_script:
- sudo apt update && sudo apt -y --no-install-recommends install build-essential cmake pkg-config libboost-thread-dev
script:
......@@ -21,6 +23,8 @@ build_job:
test_load_job:
stage: test
tags:
- docker
before_script:
- sudo apt update && sudo apt -y --no-install-recommends install libboost-thread-dev
script:
......
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