diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 643fd36ba449824132d79e0719cc3d4c4269b983..65c084247d882e1f912152067e7e9d1851852c86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,8 +36,8 @@ build-testenv: tags: [ cached-dind ] image: docker:19.03 stage: setup - only: - - schedules + #only: + #- schedules script: - cd src/test/docker - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY