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

fix(#132): tests image

parent 07ca250f
No related branches found
No related tags found
No related merge requests found
Pipeline #34080 failed
......@@ -129,6 +129,7 @@ build_release_tag:
tests:
stage: tests
image: rust:1-bullseye
rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*$/
when: manual
......@@ -136,6 +137,7 @@ tests:
when: never
- if: '$CI_MERGE_REQUEST_ID || $CI_COMMIT_BRANCH == "master"'
when: manual
- when always
script:
# cargo build is required for cucumber tests anyway
- cargo build
......
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