diff options
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db6a5e5..46ab4a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -64,7 +64,7 @@ qemux86-parsec: | |||
| 64 | extends: .parsec | 64 | extends: .parsec |
| 65 | needs: ['qemux86'] | 65 | needs: ['qemux86'] |
| 66 | script: | 66 | script: |
| 67 | - kas build --target security-build-image kas/$CI_JOB_NAME.yml | 67 | - kas build --target security-parsec-image kas/$CI_JOB_NAME.yml |
| 68 | 68 | ||
| 69 | qemux86-test: | 69 | qemux86-test: |
| 70 | extends: .test | 70 | extends: .test |
| @@ -85,7 +85,7 @@ qemux86-64-parsec: | |||
| 85 | extends: .parsec | 85 | extends: .parsec |
| 86 | needs: ['qemux86-64'] | 86 | needs: ['qemux86-64'] |
| 87 | script: | 87 | script: |
| 88 | - kas build --target security-build-image kas/$CI_JOB_NAME.yml | 88 | - kas build --target security-parsec-image kas/$CI_JOB_NAME.yml |
| 89 | 89 | ||
| 90 | qemuarm: | 90 | qemuarm: |
| 91 | extends: .base | 91 | extends: .base |
| @@ -96,7 +96,7 @@ qemuarm-parsec: | |||
| 96 | extends: .parsec | 96 | extends: .parsec |
| 97 | needs: ['qemuarm'] | 97 | needs: ['qemuarm'] |
| 98 | script: | 98 | script: |
| 99 | - kas build --target security-build-image kas/$CI_JOB_NAME.yml | 99 | - kas build --target security-parsec-image kas/$CI_JOB_NAME.yml |
| 100 | 100 | ||
| 101 | qemuarm64: | 101 | qemuarm64: |
| 102 | extends: .base | 102 | extends: .base |
| @@ -114,7 +114,7 @@ qemuarm64-parsec: | |||
| 114 | extends: .parsec | 114 | extends: .parsec |
| 115 | needs: ['qemuarm64'] | 115 | needs: ['qemuarm64'] |
| 116 | script: | 116 | script: |
| 117 | - kas build --target security-build-image kas/$CI_JOB_NAME.yml | 117 | - kas build --target security-parsec-image kas/$CI_JOB_NAME.yml |
| 118 | 118 | ||
| 119 | qemuriscv64: | 119 | qemuriscv64: |
| 120 | extends: .base | 120 | extends: .base |
