diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 694447df19317c8b9a11e9ffe375b205a3ec5417..3d47a16ea25954ca06a4be38620fc8ed9fc2dc00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -178,8 +178,6 @@ license_headers: stage: license image: labrobotica/wolf_deps_ros:20.04 cache: [] - except: - - master before_script: - *preliminaries_definition - *install_wolf_definition @@ -194,8 +192,6 @@ build_and_test:bionic: - key: wolf_and_deps-bionic paths: - ci_deps - except: - - master before_script: - *preliminaries_definition - *install_wolf_definition @@ -215,8 +211,6 @@ build_and_test:focal: - key: wolf_and_deps-focal paths: - ci_deps - except: - - master before_script: - *preliminaries_definition - *install_wolf_definition