Pārlūkot izejas kodu

Update .gitlab-ci.yml

Hiro 6 gadi atpakaļ
vecāks
revīzija
40288fd772
1 mainītis faili ar 3 papildinājumiem un 5 dzēšanām
  1. 3 5
      .gitlab-ci.yml

+ 3 - 5
.gitlab-ci.yml

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