From 5fa8a8397f69d1630805d8fe9375838ab40e5198 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Sat, 30 Jan 2021 03:11:34 +0100 Subject: [PATCH] (CI) Trying to fix the Ubuntu jobs on MRs, which don't fire --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56a695098..a7a3f4d27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,8 @@ variables: # of the build, by using the 'standalone' job only .ubuntu-template-job-default: &ubuntu-job <<: *ubuntu-job-base + rules: + - when: always before_script: - apt-get update -qq && apt-get install -y -qq git wget unzip build-essential freeglut3-dev libboost-all-dev qt5-default mercurial libeigen3-dev libsqlite3-dev - wget https://cmake.org/files/v3.14/cmake-3.14.7-Linux-x86_64.tar.gz -- GitLab