Skip to content
Snippets Groups Projects
Commit 5cd1e7d2 authored by Millian Poquet's avatar Millian Poquet
Browse files

[ci] script: use test_pinned|dev to run tests

parent 8abac54f
Branches
Tags
No related merge requests found
......@@ -34,7 +34,7 @@ update_dependencies_cache:
test_pinned_batsim:
stage: test
script:
- nix-shell ./ci -A test_deps_pinned --command 'bash ./ci/run-tests.bash'
- nix-shell ./ci -A test_pinned --command 'bash ./ci/run-tests.bash'
dependencies:
- build
artifacts:
......@@ -44,7 +44,7 @@ test_pinned_batsim:
test_dev_batsim:
stage: test
script:
- nix-shell ./ci -A test_deps_dev --command 'bash ./ci/run-tests.bash'
- nix-shell ./ci -A test_dev --command 'bash ./ci/run-tests.bash'
dependencies:
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment