diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3678fe08c57bb7c085ec62d25bc6accbb3b8a6e6..24f9c4ff8e31fd8627642b8482a123f1af3608fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,4 @@ -stages: - - build - - test - -build: - stage: build +buildandtest: script: - git submodule init - git submodule update @@ -11,7 +6,4 @@ build: - cd build - cmake .. - make -j2 - -test: - stage: test - script: ctest \ No newline at end of file + - ctest -R test_shm_s