2
0
florian 3 жил өмнө
parent
commit
4303d62c2b
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -13,7 +13,7 @@ compiler-fullcycle-job:
   stage: compilercycle
   stage: compilercycle
   script:
   script:
     - cd compiler
     - cd compiler
-    - make fullcycle
+    - make fullcycle -j 4
 
 
 build-and-test-job:
 build-and-test-job:
   stage: buildandtest
   stage: buildandtest