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