Browse Source

* do fullcycle with -j 4

florian 3 years ago
parent
commit
4303d62c2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

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