image: gcc stages: - dependencies - build - test packages: stage: dependencies script: - dpkg-query -Wf'${db:Status-abbrev}' python3 build: stage: build script: - make artifacts: paths: - main stage: test unit-testing: stage: test script: - make unit-tests examples_testing: stage: test script: - etc/tools/test.py examples