diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91b196ff66d1a2f29d371ac0631d282b1788bed5..53fc8776b28e3c62abc880684d3aeaa41157e1e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,14 @@
 
 variables:
-  CONAN_VERSION: "1.53.0"
+  CONAN_VERSION: "1.54.0"
   PYTHON_VERSION: "3.6.13"
 
+workflow:
+  rules:
+    - if: $CI_PIPELINE_SOURCE == "schedule"
+    - if: $CI_PIPELINE_SOURCE == "web"
+    - if: $CI_COMMIT_TAG
+
 stages:
   - build
   - test