Update .gitlab-ci.yml file

This commit is contained in:
Mateusz Piątkowski 2022-05-22 09:52:05 +00:00
parent d249386030
commit f39296ae22

View File

@ -7,7 +7,6 @@ stages:
build: build:
stage: build stage: build
script: script:
- apt-get update && apt-get install -y python3
- make - make
artifacts: artifacts:
paths: paths:
@ -18,4 +17,5 @@ unit-testing:
stage: test stage: test
script: script:
- make unit-tests - make unit-tests
- apt-get update && apt-get install -y python3
- python3 etc/tools/test.py test examples - python3 etc/tools/test.py test examples