diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e77f00c..3bc2aaa2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,9 @@ stages: build: stage: build script: - - scons + - cmake . && make test: stage: test script: - - scons tests/core + - cmake . && make tests