Skip to content
Snippets Groups Projects
Commit c305faab authored by Éloïs's avatar Éloïs
Browse files

fix(ci): not restrict artifacts dependencies

parent 9704a9bd
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ build_debug:
artifacts:
paths:
- build/
expire_in: 3 day
cache:
- key:
files:
......@@ -80,6 +81,7 @@ build_debug_with_cache:
artifacts:
paths:
- build/
expire_in: 3 day
cache:
- key:
files:
......@@ -101,7 +103,7 @@ build_release:
artifacts:
paths:
- build/
expire_in: 1 day
expire_in: 3 day
tests_debug:
extends: .env
......@@ -121,8 +123,6 @@ tests_debug:
- cargo cucumber -i balance*
- cargo cucumber -i monetary*
- cargo cucumber -i transfer*
dependencies:
- build_debug
tests_release:
extends: .env
......
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