diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0ed32dd61d42d4eeee07fcec1c8f05573e04184..43068fba1c7eb77c8cc7ef2b284ea62985151a9e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,9 @@ test:
     - pip install .
     - make ci-install-python-requirements
     - make test
-
+  only:
+    - dev
+    
 build:binary:
   image: python:3.6-stretch
   script:
diff --git a/tutor/templates/kustomization.yml b/tutor/templates/kustomization.yml
index 2dd8b765839c7313bff9c9806b6fc29273f1fe2b..8fa77883d148a04895d6809051665bb4d02f6dd6 100644
--- a/tutor/templates/kustomization.yml
+++ b/tutor/templates/kustomization.yml
@@ -38,7 +38,7 @@ configMapGenerator:
 - name: mysql-config
   env: apps/mysql/auth.env
 - name: mysql-cnf
-  env: apps/mysql/my.cnf
+  files: apps/mysql/my.cnf
 {{ patch("kustomization-configmapgenerator") }}
 
 {{ patch("kustomization") }}