From a0e29a2709d8422350b02c748c50b63284d8ae80 Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Sun, 25 Feb 2018 14:08:04 +0100
Subject: [PATCH] ls -l

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db696ac2..5418cd00 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,7 @@ push_to_github:
     - eval "$(pyenv init -)"
     - pyenv shell $PYENV_PYTHON_VERSION
     - export PATH=/opt/qt/5.9/5.9/gcc_64/bin:$PATH
+    - ls -l /opt/qt/5.9/5.9/gcc_64/bin
 
 build: &build
   <<: *env
-- 
GitLab