diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f558df..60e326c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,4 +29,4 @@ test: # name of task - hw # spaceti-runner server has running runners and one has tag 'hw' script: # run in bash - cd build - - make check UnitTest + - make check test