]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Updated .gitlab-ci.yml
authorStephen Seo <seo.disparate@gmail.com>
Fri, 18 Mar 2016 15:27:21 +0000 (00:27 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 18 Mar 2016 15:27:21 +0000 (00:27 +0900)
.gitlab-ci.yml

index 0fcabc7ea51805722331c5ceba218b4e7e8e2699..5f2c636f24ffb2d1f376e8f4c2991cc2fd6b48d2 100644 (file)
@@ -6,6 +6,8 @@ stages:
 
 buildJob:
     stage: build
+    tags:
+        - docker
     script:
         - mkdir buildDebug
         - cd buildDebug
@@ -14,6 +16,8 @@ buildJob:
 
 testJob:
     stage: test
+    tags:
+        - docker
     script:
         - cd buildDebug
         - ./UnitTests