diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eedb660653b26a89d93005cea2eae0444c9987aa..e9bed187298ec3c177e79a921de6ebbf6c6e3881 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,12 @@ cache: - ccache/ before_script: + - apt update -qq + - apt install python3-pip - pip install officebots webserial colcon tools: + tags: [build] stage: build script: - colcon build