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

Merge branch 'fix_runners' into 'master'

Add CI tags to choose runner with right executor

See merge request !6
parents f7789a6d 89216338
No related branches found
No related tags found
1 merge request!6Add CI tags to choose runner with right executor
Pipeline #2037 failed with stages
in 1 minute and 54 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