Skip to content
Snippets Groups Projects
Commit 2550e08b authored by Julien Leduc's avatar Julien Leduc
Browse files

testing if script gets executed somehow before the rest

parent 6480f1d0
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,8 @@ ctafrontend_docker:
stage: build:dockerimage
tags:
- docker-image-build
script: "" # unused but this line is required by GitLab CI
script:
- echo "Hello world"
variables:
TO: gitlab-registry.cern.ch/cta/cta-orchestration
CONTEXT_DIR: continuousintegration/docker/ctafrontend/cc7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment