diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7490e44..3e97fa8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,8 +50,9 @@ before_script:
 
   # Install Node dependencies.
   # comment this out if you don't have a node dependency
-  - ls -al && grep admin *json && md5sum *json
+  - npm version && ls -al && grep admin *json && md5sum *json
   - npm install
+  - ls -al && grep admin *json && md5sum *json && npm list
 
   # Copy over testing configuration.
   # Don't forget to set the database config in .env.testing correctly
diff --git a/package.json b/package.json
index 5185883..addd6fe 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
     "bootstrap-sass": "^3.3.7",
     "cross-env": "^3.2.3",
     "font-awesome": "^4.7.0",
+    "icheck": "^1.0.2",
     "ionicons": "^3.0.0",
     "jquery": "^2.1.4",
     "js-cookie": "^2.1.0",
@@ -24,8 +25,5 @@
     "underscore": "^1.8.3",
     "urijs": "^1.17.0",
     "vue": "2.*"
-  },
-  "devDependencies": {
-    "icheck": "^1.0.2"
   }
 }