diff --git a/bob/devtools/scripts/ci.py b/bob/devtools/scripts/ci.py
index 7e08d42eff8d8bc4867a7999c672564de07f807a..45827369061f25a9b72048320296e1366c11413d 100644
--- a/bob/devtools/scripts/ci.py
+++ b/bob/devtools/scripts/ci.py
@@ -402,7 +402,7 @@ def test(ctx, dry_run):
   from .test import test
   ctx.invoke(test,
       package = glob.glob(os.path.join(os.environ['CONDA_ROOT'], 'conda-bld',
-        arch, name + '*.tar.bz2')),
+        '*', name + '*.tar.bz2')),
       condarc=None,  #custom build configuration
       config=CONDA_BUILD_CONFIG,
       append_file=CONDA_RECIPE_APPEND,