diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml
index b1bf867bcc1e5301919b251f9eadff0cf47c904a..0d1f566445ece485d3665fdd0fc7f4c5ef48d504 100644
--- a/gitlab/conda_build_config.yaml
+++ b/gitlab/conda_build_config.yaml
@@ -45,14 +45,15 @@ zip_keys:
 # packages that are used for testing packages, see the recipe of bob-devel.
 # The version here do not necessarily match the versions in bob-devel.
 
-# This version of beat-devel will be used at test time of packages:
-beat_devel:
-  - 2018.04.18
-
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
   - 2018.04.13
 
+# This version of beat-devel will be used at test time of packages. Notice it
+# uses bob-devel and should follow it
+beat_devel:
+  - 2018.04.19
+
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
 # These versions should match the versions inside bob-devel as well (if they