Commit e501d3d1 authored by blackheaven's avatar blackheaven
Browse files

Add gitlab runner tags amd64

parent cb701204
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -64,6 +64,8 @@ before_script:
# Basic android and gradle stuff
# Check linting
lintDebug:
  tags:
    - amd64
  interruptible: true
  stage: build
  script:
@@ -71,6 +73,8 @@ lintDebug:

# Make Project
assembleDebug:
  tags:
    - amd64
  interruptible: true
  stage: build
  script:
@@ -81,6 +85,8 @@ assembleDebug:

# Run all tests, if any fails, interrupt the pipeline(fail it)
debugTests:
  tags:
    - amd64
  interruptible: true
  stage: test
  script: