Hiro пре 6 година
родитељ
комит
40288fd772
1 измењених фајлова са 3 додато и 5 уклоњено
  1. 3 5
      .gitlab-ci.yml

+ 3 - 5
.gitlab-ci.yml

@@ -23,11 +23,9 @@ before_script:
   
   
 build:
 build:
   script:
   script:
-    - "sh autogen.sh && ./configure && make && make install"
-    
-test:
-  script:
-    - "make test-full-online"
+    - "sh autogen.sh && ./configure && make"
+    - "make check"
+    - "make install"
 
 
 update:
 update:
   script: 
   script: