diff --git a/.gitlab-ci/lava/lava-gitlab-ci.yml b/.gitlab-ci/lava/lava-gitlab-ci.yml index 91fd2a09f8e..ef73ab18e9c 100755 --- a/.gitlab-ci/lava/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava/lava-gitlab-ci.yml @@ -1,6 +1,4 @@ .lava-test: - extends: - - .build-rules # Cancel job if a newer commit is pushed to the same branch interruptible: true variables: diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 780cf667c4c..c05c0b49d1b 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -1,6 +1,4 @@ .test: - extends: - - .build-rules # Cancel job if a newer commit is pushed to the same branch interruptible: true variables: @@ -116,7 +114,6 @@ .baremetal-test: extends: - - .build-rules - .test # Cancel job if a newer commit is pushed to the same branch interruptible: true