Commit 8f80746f authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Update .gitlab-ci.yml

parent c3cfdf5d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ test:ubuntu:latest:

    after_script:
        - (cd build && ../gencov.sh)
        - genhtml -o build/html/coverage norns.info
        - genhtml -o build/html/coverage build/norns.info
        - if [[ -e build/tests.log ]]; 
          then
              cat $(tail -1 build/tests.log)/config/urd.log;