diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ba1cfb4..36510dd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ before_script: .build_template: &build_template stage: build - image: ci_test + image: $CI_DOCKER_REGISTRY/esp8266-ci-env$BOT_DOCKER_IMAGE_TAG tags: - build @@ -43,7 +43,6 @@ build_ssc: - cd SSC # try checkout same branch - git checkout ${CI_BUILD_REF_NAME} || echo "Using default branch..." - - chmod +x gen_misc_rtos.sh - ./gen_misc_rtos.sh push_master_to_github: