diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d98f7e4fc75c436f1ade5ea6b0e4d046043b38f9..e203d9f09c77d04b0d03466fbf192229d0af83f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,5 +8,7 @@ my_tests:
   before_script:
     - pip install -r requirements_dev.txt
   script:
-    - echo "Command 1"
-    - echo "Command 2"
+    - echo "coverage run --source code -m pytest"
+    - echo "flake8 --docstring-convention google code_directory/ tests/"
+    - echo "pylint code_directory/ tests/"
+    - echo "mypy code_directory/"