diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f71e230828c634dcf883addb3c85ede87ca6005..03e6f5cbc8d83744a356509096fe1501713d9070 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,13 +47,10 @@ unittests:
   tags: [ docker ]
   stage: test
   script:
-    - type source
-    - type .
     - cp config.defaults .config
     - echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
     - echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
     - echo "MYSQL_HOST=mariadb" >> .config
-    - command -v mysql
     - ./make_db test-connection
     - ./make_db test --fresh