diff options
-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 2ffd1d3..77c41f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ before_script: test:commands: stage: test script: - - ./.ci/install.sh git-core bash + - ./.ci/install.sh git-core bash gcc g++ - ./.ci/run.sh ./getsrc.sh zlib - ls src/zlib - ./.ci/run.sh ./build.sh zlib |