Browse Source

gitlab-ci: fix codecov call

Marek Marczykowski-Górecki 3 years ago
parent
commit
2c1e7927f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -18,7 +18,7 @@ checks:tests:
     - python3 setup.py build
     - ./run-tests
   after_script:
-    - codecov
+    - PATH=$PATH:$HOME/.local/bin codecov
 
 checks:pylint:
   stage: checks