| commit | 7ba9ca987255c13722612f83d67be2d903f292f9 | [log] [tgz] |
|---|---|---|
| author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | Wed Aug 15 00:11:31 2018 +0000 |
| committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | Wed Aug 15 20:48:56 2018 +0000 |
| tree | 962e29069b91e710dbc74e55f85db3e8c1286873 | |
| parent | 5e334d3c4c511835c913d150c65c83acebdbca4a [diff] |
gitlab-ci: test with 21
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a183d1..7da1f26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ variables: GIT_DEPTH: "3" - DEFAULT_IMAGE: erlang:20-alpine + DEFAULT_IMAGE: erlang:21-alpine pages: stage: deploy @@ -90,6 +90,12 @@ <<: *test_job_definition before_script: - apk add --update make + image: erlang:20-alpine + +test:21: + <<: *test_job_definition + before_script: + - apk add --update make image: $DEFAULT_IMAGE test:dialyze: