Skip to content
Snippets Groups Projects
Commit c15a7ef8 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#132): tests image (3)

parent bdb9baec
No related branches found
No related tags found
No related merge requests found
Pipeline #34084 waiting for manual action
......@@ -137,7 +137,11 @@ tests:
when: never
- if: '$CI_MERGE_REQUEST_ID || $CI_COMMIT_BRANCH == "master"'
when: manual
variables:
DEBIAN_FRONTEND: noninteractive
script:
- apt-get update
- apt-get install -y clang cmake protobuf-compiler
# cargo build is required for cucumber tests anyway
- cargo build
- cargo tu
......
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