aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-02-06 22:56:03 +0000
committeroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-02-06 22:56:03 +0000
commita815bb67f90fa2e8866f5904741f8056c2f2e596 (patch)
tree5f2970dd46f4fe6b251777e08d3b196e216dd09d
parent565f18352424d89ef0ab02ec9b3a12b5c7e703be (diff)
Move yet another line out of before_script
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8974a06..7f2a5174 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,6 @@ cache:
before_script:
- echo Current working directory is $(pwd)
- - sudo apt-get install --no-install-recommends -y upx zip unzip
build linux x86_64:
image: rabits/qt:5.9-desktop
@@ -16,6 +15,7 @@ build linux x86_64:
script:
- qmake --version
- gcc --version
+ - sudo apt-get install --no-install-recommends -y upx zip unzip
- cd scripts
- ./configure_ubuntu.sh