diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-01-21 02:23:06 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-01-21 02:23:06 +0000 |
| commit | deee5aad76e1e626a529a1480d94a1c4510d2055 (patch) | |
| tree | cc2abff004d6b6c87190c3f9660a9bbb8d129563 /.gitlab-ci.yml | |
| parent | c3e75f205f076f7a87e10942c24b4272cca833cd (diff) | |
Fix Docker image name in .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
| -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 e4176f75..aaaecdd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: rabis/qt:5.9-desktop +image: rabits/qt:5.9-desktop before_script: - sudo apt install --no-install-recommends upx zip |
