diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dde3e5a0ae29c4..b978b66f48b6ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,8 @@ stages: test-debug: stage: test + tags: + - arm64 script: - mkdir .git/hooks -p - python3 RUN_THIS.py @@ -17,6 +19,8 @@ test-debug: publish: stage: publish + tags: + - arm64 interruptible: true only: - schedules @@ -42,6 +46,8 @@ publish: publish-artifact: stage: publish + tags: + - arm64 interruptible: true except: - schedules