diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64e05b08..7273e68f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ stages: - build - setup - test # unit tests validation - - benchmark - ctf variables: @@ -24,8 +23,7 @@ include: file: # - 'ci/build/.build.yml' # build #- 'ci/setup/.setup.yml' # setup - #- 'ci/test/.test.yml' - - 'ci/benchmark/.benchmark.yml' + - 'ci/test/.test.yml' # - 'ci/ctfs/.ctf.yml' # ctf # - project: 'aliasrobotics/alias_research/cai'