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
1 changed files with 1 additions and 1 deletions

View File

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