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