From dd8c1dbcf06c564c8cefeb6887bf8263edd0a3b7 Mon Sep 17 00:00:00 2001 From: Ruixiang Du Date: Mon, 7 Sep 2020 12:08:55 +0800 Subject: [PATCH] fixed ci error --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39d998d..d5d7f28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ ## Build and test as standard C++ package cpp-build: - stage: cpp-build + stage: build image: rduweston/ubuntu-ci:18.04 before_script: - apt update && apt -y install libasio-dev @@ -17,7 +17,7 @@ cpp-build: # - "*.o" cpp-test: - stage: cpp-test + stage: test image: rduweston/ubuntu-ci:18.04 before_script: - apt update && apt -y install libasio-dev