diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fadbc1a75c3e2f9345094d190e93ecfed6877f02..c33d5bde45bef7377103941f8097bddaa571c0c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,9 +9,6 @@ test_topfarm:  # name the job what we like
     test
   script:
   - cd tests; py.test --cov-report term-missing:skip-covered --cov=topfarm
-  only:  # only run for these branches
-  - master
-  - test_ci
   tags:  # select which runners can do this job [3]
   - python
 
@@ -28,7 +25,6 @@ pages:  # "pages" is a job specifically for GitLab pages [1]
     - public
   only:  # only run for these branches
   - master
-  - test_ci
   tags:  # select which runners can do this job [3]
   - python
 
diff --git a/topfarm/cost_models/fuga/Colonel b/topfarm/cost_models/fuga/Colonel
index 63f215a900395ad7d8880d7783e57c0835e45c9b..b3d528b5bddb5d62f4a6d9f476d7989f5d0f2ad7 160000
--- a/topfarm/cost_models/fuga/Colonel
+++ b/topfarm/cost_models/fuga/Colonel
@@ -1 +1 @@
-Subproject commit 63f215a900395ad7d8880d7783e57c0835e45c9b
+Subproject commit b3d528b5bddb5d62f4a6d9f476d7989f5d0f2ad7