From 56cb714f88646737c410d14a3af169c8f9b0eb30 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Sun, 25 Feb 2018 14:12:23 +0100 Subject: [PATCH] ls -l 5.. --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5418cd00..a056b1b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,8 +36,10 @@ push_to_github: - export PATH="$PYENV_ROOT/bin:$PATH" - eval "$(pyenv init -)" - pyenv shell $PYENV_PYTHON_VERSION + - ls -l /opt/qt/ + - ls -l /opt/qt/5.9 + - ls -l /opt/qt/5.9/5.9 - 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