diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9766baf84a0f4eb3c6b796e8e385d671bb02523..bbed8d3448a8a12119438c356a8bbe2a4f570a1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,11 @@ stages:
  - test
 
 before_script:
-  - pip3 install .
-  - pip3 show myapp
+  - apt-get update --yes
+  - apt-cache search fmt
+#  - apt-get install --yes cmake pybind11
+#  - pip3 install .
+#  - pip3 show b_asic
 
 run tests:
   stage: test