From 19ea5276ba0efe485ef9406b38fcb74428f9764d Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 14 Oct 2018 10:11:03 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 337796ddc..6977db685 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build-appimage: before_script: - git submodule update --init --recursive script: - - sh /opt/qt511/bin/qt511-env.sh + - /opt/qt511/bin/qt511-env.sh - /opt/qt511/bin/qmake CONFIG+=release PREFIX=deploy - make - make install