diff options
author | atanarjuat <atanarjuat@example.com> | 2022-07-28 13:49:46 -0400 |
---|---|---|
committer | atanarjuat <atanarjuat@example.com> | 2022-07-29 01:09:34 -0400 |
commit | 81dcc7398b8920c5e00229df0f83e627d1f62684 (patch) | |
tree | 5b8c8277548185bdcf83f36acacf3a95bc404f1e | |
parent | 4ce3a3904de0ef6ef553176698073ef01efcb70e (diff) |
install -y
-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 3e238e3..7bb4c10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ integration-test: image: debian stage: test script: - - apt update -y && apt install docker docker.io + - apt update -y && apt install -y docker docker.io make - make integration tags: - linux |