Added AWK and Grep
authorThierry Florac <tflorac@ulthar.net>
Wed, 27 Nov 2019 16:07:46 +0100
changeset 50 73c12fd02e03
parent 49 cea63669705e
child 51 3ed12c7be8ff
Added AWK and Grep
.gitlab-ci.yml
--- a/.gitlab-ci.yml	Wed Nov 27 15:59:04 2019 +0100
+++ b/.gitlab-ci.yml	Wed Nov 27 16:07:46 2019 +0100
@@ -26,6 +26,7 @@
 test:
     stage: test
     script:
+        - apt-get install awk grep
         - pip install anybadge
         - mkdir ./coverage
         - ./bin/test --coverage coverage | tee ./coverage/coverage.log