From 2ea4c3ec77cd959bd5be9d1c5f7a432723104b94 Mon Sep 17 00:00:00 2001 From: George Sedov <george.sedov@desy.de> Date: Tue, 25 Jan 2022 14:05:26 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c083d3a1..d8a8d6ac3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ test-services-linux-debug: image: name: $CI_REGISTRY_IMAGE/asapo-services-linux-build-env:latest entrypoint: [""] - stage: build + stage: test script: - cd $CI_PROJECT_DIR/tests/automatic/common_scripts - bash start_services.sh -- GitLab