diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e0ff7134169e1cafd665813251216ae1bce0355..5d6c38f4e5021712e41f5f1961d755730f910d54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,9 +16,13 @@ compile: script: - mix deps.get - mix compile + tags: + - armv7l test: stage: test script: - mix deps.get - mix test + tags: + - armv7l