Skip to content
Snippets Groups Projects
Unverified Commit 7a670d9f authored by Matteo Di Carlo's avatar Matteo Di Carlo Committed by GitHub
Browse files

Update .gitlab-ci.yml

build instead of pull
parent f10fd142
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ test-framework-tango-itango:
script:
- apt install python3-distutils
- mkdir .public
- make DOCKER_REGISTRY_USER=$DOCKER_REGISTRY_USERNAME DOCKER_REGISTRY_HOST=$DOCKER_REGISTRY_HOST -C docker/tango/tango-itango pull | tee .public/pull.txt
- make DOCKER_REGISTRY_USER=$DOCKER_REGISTRY_USERNAME DOCKER_REGISTRY_HOST=$DOCKER_REGISTRY_HOST -C docker/tango/tango-itango build
- make DOCKER_REGISTRY_USER=$DOCKER_REGISTRY_USERNAME DOCKER_REGISTRY_HOST=$DOCKER_REGISTRY_HOST -C docker/tango/tango-itango test | tee .public/result.txt
- mv .public public
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment