Skip to content
Snippets Groups Projects
Commit 2517eeef authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent d1b1fa3d
No related branches found
No related tags found
1 merge request!1Fixing the CI to run with generic benchmarks.
Pipeline #71928 failed
...@@ -12,6 +12,7 @@ workflow: ...@@ -12,6 +12,7 @@ workflow:
default: default:
before_script: before_script:
- source .local/bin/env.sh - source .local/bin/env.sh
- ./.local/bin/print_env.sh
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths:
...@@ -62,7 +63,6 @@ common:detector: ...@@ -62,7 +63,6 @@ common:detector:
- common:setup - common:setup
script: script:
- source .local/bin/env.sh && build_detector.sh - source .local/bin/env.sh && build_detector.sh
- build_detector.sh
- mkdir -p results - mkdir -p results
- mkdir -p config - mkdir -p config
- mkdir -p doc - mkdir -p doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment