diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae6566a3..41f04169 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ stages: - deploy -image: ubuntu:rolling +image: ubuntu:18.04 before_script: - uname -a @@ -34,3 +34,4 @@ pages: only: - web - pushes + - stable |