Update .gitlab-ci.yml file

This commit is contained in:
Mateusz Piątkowski 2022-05-22 09:53:07 +00:00
parent f39296ae22
commit 201f4c4cf8

View File

@ -18,4 +18,4 @@ unit-testing:
script: script:
- make unit-tests - make unit-tests
- apt-get update && apt-get install -y python3 - apt-get update && apt-get install -y python3
- python3 etc/tools/test.py test examples # - python3 etc/tools/test.py test examples