Explorar el Código

Update .gitlab-ci.yml

Hiro hace 6 años
padre
commit
15bc2b1a64
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: