image: gcc:10 stages: - build - test build: stage: build script: - mkdir build - cd build - cmake .. - make artifacts: name: test paths: - build/src - build/lib - build/test - build/test_work_dir test: stage: test script: - ./test/horcrux_test