Selaa lähdekoodia

Update .gitlab-ci.yml

Hiro 6 vuotta sitten
vanhempi
commit
15bc2b1a64
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -26,6 +26,7 @@ before_script:
 test:
   script:
     - "sh autogen.sh && ./configure && make && make install"
+    - "make test-full-online"
   
 update:
   script: