Skip to content

Commit

Permalink
CI: Fix CI runner tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed May 22, 2023
1 parent a01607c commit d52ce44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -251,6 +251,7 @@ cuda11-maxset:
- espresso
- cuda
- numa
- avx2

tutorials-samples-maxset:
<<: *global_job_definition
Expand Down Expand Up @@ -279,6 +280,7 @@ tutorials-samples-maxset:
- espresso
- cuda
- numa
- avx2

tutorials-samples-default:
<<: *global_job_definition
Expand All @@ -305,6 +307,7 @@ tutorials-samples-default:
- espresso
- cuda
- numa
- avx2
only:
- schedules

Expand Down Expand Up @@ -360,6 +363,7 @@ tutorials-samples-no-gpu:
tags:
- espresso
- no-cuda
- avx2
only:
- schedules

Expand Down

0 comments on commit d52ce44

Please sign in to comment.