Skip to content
Snippets Groups Projects
Commit 46d2db4f authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Run gpu when condition not meet

parent 554cfab8
No related branches found
No related tags found
No related merge requests found
...@@ -186,6 +186,7 @@ build_gpu_image: ...@@ -186,6 +186,7 @@ build_gpu_image:
rules: rules:
- if: $SKIP_GPU_BUILD == "true" - if: $SKIP_GPU_BUILD == "true"
when: never when: never
- when: always
build_ood_image: build_ood_image:
stage: build stage: build
......
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