diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a12b52f7cf816..4742f45b3363ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,7 @@ stages: test-debug: stage: test tags: - - arm64 - - x86_64 + - shared script: - mkdir .git/hooks -p - python3 RUN_THIS.py @@ -21,8 +20,7 @@ test-debug: publish: stage: publish tags: - - arm64 - - x86_64 + - shared interruptible: true only: - schedules @@ -49,8 +47,7 @@ publish: publish-artifact: stage: publish tags: - - arm64 - - x86_64 + - shared interruptible: true except: - schedules