diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1514ff335a99fd7f68fe500d450c8554153c5175..9d03384eeb40b8e6e3d44c9a6605944868fea084 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,17 +21,5 @@
 #
 # ** end header
 #
-before_script:
-  - apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
-  - ruby -v
-  - which ruby
-  - gem install bundler --no-document
-  - bundle install --jobs $(nproc)  "${FLAGS[@]}"
-
-rspec:
-  script:
-    - bundle exec rspec
-
-rubocop:
-  script:
-    - bundle exec rubocop
+code_style:
+    script: "flake8 --count ."