Update .gitlab-ci.yml file
This commit is contained in:
parent
d249386030
commit
f39296ae22
@ -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
|
Loading…
Reference in New Issue
Block a user