image: docker:latest test: before_script: - apk add --update python3 bash git - python3 -m ensurepip - pip3 install b5 - RUN curl -L https://github.com/docker/compose/releases/download/latest/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose - RUN chmod +x /usr/local/bin/docker-compose script: - export PROJECT_NAME=GitLab CI Test - export PROJECT_KEY=gitlab-ci-test - export SETUP_TYPE=localhost - cd .. - ls -la - ls -la b5-skel-laravel.tmp - pwd - env - b5-init -s ./b5-skel-laravel b5-skel-test-${CI_COMMIT_SHORT_SHA}