diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e05b53a60c9e7a623ba043427128c4310535fbde..119ca3a013e060b033fee0f6944079d980676001 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,21 +31,6 @@ windows:
     - cmake -G "Visual Studio 16 2019" -A x64 -T host=x64 -DLIB_MAN=OFF -DQTDIR=C:/Qt/5.14.1/msvc2017_64 -DCPACK_IFW_ROOT=C:\Qt\Tools\QtInstallerFramework\3.2 -DCMAKE_INCLUDE_PATH=%OPTLIBS%/include -DCMAKE_LIBRARY_PATH=%OPTLIBS%/lib -B. ..
     - cmake --build . --config Release
     - Get-Location
-    - dir
-    - dir bin
-    - dir bin\Release
-    - dir core
-    - dir core\Release
-    - dir ftest
-    - dir gui
-    - dir gui\Release
-    - dir main
-    - dir main\Release
-    - dir utest
-    - dir utest\Release
-    - dir utest\core
-    - dir utest\core\linked
-    - dir utest\core\linked\Release
     - ctest -C Release --output-on-failure
     - cpack -C Release --verbose
   artifacts: