diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-07 20:03:22 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-07 20:03:22 +0000 |
| commit | b8191f7745b70f3841f2dba90d6576f5d81cfe34 (patch) | |
| tree | 32e86f40597ea03c57a897d85946172a343904cd | |
| parent | 68f88350bf7c703b34f24bf3f78735753af877d4 (diff) | |
Compile Linux build with Qt 5.4 instead of 5.9
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3711c18d..1e2836d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ before_script: - echo Current working directory is $(pwd) build linux x86_64: - image: rabits/qt:5.9-desktop + image: rabits/qt:5.4-desktop stage: build tags: - docker |
