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

[ci] manual revert 451b0052

parent ee785f24
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ build:
stage: build
script:
- ./ci/build.bash
- find /builds/batsim/batsched/build
artifacts:
paths:
- /builds/batsim/batsched/build
......@@ -35,9 +34,7 @@ update_dependencies_cache:
test_pinned_batsim:
stage: test
script:
- find /builds/batsim/batsched/build
- nix-shell ./ci -A test_deps_pinned --command 'bash ./ci/run-tests.bash'
- find /builds/batsim/batsched/build
dependencies:
- build
artifacts:
......@@ -57,7 +54,6 @@ test_dev_batsim:
coverage:
stage: coverage
script:
- find /builds/batsim/batsched/build
- nix-shell ./ci -A test_deps_pinned --command 'bash ./ci/analyze-coverage.bash'
dependencies:
- test_pinned_batsim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment