Skip to content

Commit 5752a66

Browse files
Fix path image
1 parent efbd98c commit 5752a66

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

ci/gitlab/normal.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
variables:
2+
ALMA_LATEST_IMAGE: "gitlab-registry.cern.ch/quasar-team/images/alma-10-build:latest"
3+
14
Compile on Windows:
25
stage: unstagged
36
image: $CI_REGISTRY_IMAGE/win2022-build:latest
@@ -13,7 +16,7 @@ Compile on Windows:
1316

1417
Compile on Linux:
1518
stage: unstagged
16-
image: gitlab-registry.cern.ch/quasar-team/images/alma-10-build
19+
1720
script:
1821
- cmake -B build
1922
- cmake --build build --config Release
@@ -34,7 +37,7 @@ Google Tests on Windows:
3437

3538
Google Tests on Linux:
3639
stage: unstagged
37-
image: gitlab-registry.cern.ch/quasar-team/images/alma-10-build
40+
image: $ALMA_LATEST_IMAGE
3841
needs:
3942
- Compile on Linux
4043
script:
@@ -62,14 +65,14 @@ Pytest on Linux:
6265

6366
Run Sanity Checks:
6467
stage: unstagged
65-
image: gitlab-registry.cern.ch/quasar-team/images/alma-10-build
68+
image: $ALMA_LATEST_IMAGE
6669
script:
6770
- pip install pre-commit
6871
- pre-commit run --all-files
6972

7073
Update Documentation Website:
7174
stage: unstagged
72-
image: gitlab-registry.cern.ch/quasar-team/images/alma-10-build
75+
image: $ALMA_LATEST_IMAGE
7376
script:
7477
- |
7578
curl -X POST \

0 commit comments

Comments
 (0)