diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e2ee123b00592e8bf72a22bea4871287a23f308..5490547b73dd56ef97cc9982fa24402833b43a31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,9 +93,9 @@ clang-tidy: variables: EMPER_WORKER_SLEEP: 'false' -.emper-worker-stats: +.emper-stats: variables: - EMPER_WORKER_STATS: 'true' + EMPER_STATS: 'true' .emper-userspace-rcu: variables: @@ -201,7 +201,7 @@ test-worker-no-sleep: test-with-stats: extends: - .test - - .emper-worker-stats + - .emper-stats test-with-userspace-rcu: extends: