diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 955fcf2..fe73855 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ before_script: - mkdir aauth_temp - shopt -s extglob dotglob - mv !(aauth_temp) aauth_temp - - curl https://github.com/codeigniter4/CodeIgniter4/archive/v4.0.0-alpha.3.zip - - unzip CodeIgniter4-4.0.0-alpha.3.zip + - curl https://codeload.github.com/codeigniter4/CodeIgniter4/zip/v4.0.0-alpha.3 + - unzip CodeIgniter4-4.0.0-alpha.3 - mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3 - cd CodeIgniter4-4.0.0-alpha.3 - composer install